From e912796d4ffa6b2ffe439f2eb72434351cce2f3d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 9 Feb 2000 01:06:46 +0000 Subject: [PATCH] fixed gnu warning --- src/libCom/fdmgr/fdmgr.cpp | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/libCom/fdmgr/fdmgr.cpp b/src/libCom/fdmgr/fdmgr.cpp index 978f5cb2d..131c6e9a3 100644 --- a/src/libCom/fdmgr/fdmgr.cpp +++ b/src/libCom/fdmgr/fdmgr.cpp @@ -62,17 +62,6 @@ private: epicsShareFunc virtual void callBack (); }; -class oldFdmgr : public fdManager { - friend class osiTimerForOldFdmgr; - friend epicsShareFunc int epicsShareAPI fdmgr_clear_timeout (fdctx *pfdctx, fdmgrAlarmId id); -public: - - oldFdmgr (); - -private: - chronIntIdResTable resTbl; -}; - // // osiTimerForOldFdmgr // @@ -107,6 +96,16 @@ private: unsigned id; }; +class oldFdmgr : public fdManager { + friend class osiTimerForOldFdmgr; + friend epicsShareFunc int epicsShareAPI fdmgr_clear_timeout (fdctx *pfdctx, fdmgrAlarmId id); + +public: + oldFdmgr (); + +private: + chronIntIdResTable resTbl; +}; epicsShareFunc fdRegForOldFdmgr::fdRegForOldFdmgr (const SOCKET fdIn, const fdRegType typeIn, const bool onceOnlyIn, fdManager &managerIn, pCallBackFDMgr pFuncIn, void *pParamIn) :