diff --git a/src/libCom/fdManager.h b/src/libCom/fdManager.h index 5de6e2735..49530163f 100644 --- a/src/libCom/fdManager.h +++ b/src/libCom/fdManager.h @@ -32,6 +32,9 @@ * * History * $Log$ + * Revision 1.8 1998/02/05 21:12:10 jhill + * removed questionable inline + * * Revision 1.7 1997/08/05 00:37:01 jhill * removed warnings * @@ -95,7 +98,7 @@ public: virtual void show (unsigned level) const; private: - const SOCKET fd; + const SOCKET fd; const fdRegType type; }; @@ -162,7 +165,7 @@ private: unsigned processInProg; // // Set to fdreg when in call back - // and nill ortherwise + // and nill otherwise // fdReg *pCBReg; diff --git a/src/libCom/fdmgr/fdManager.h b/src/libCom/fdmgr/fdManager.h index 5de6e2735..49530163f 100644 --- a/src/libCom/fdmgr/fdManager.h +++ b/src/libCom/fdmgr/fdManager.h @@ -32,6 +32,9 @@ * * History * $Log$ + * Revision 1.8 1998/02/05 21:12:10 jhill + * removed questionable inline + * * Revision 1.7 1997/08/05 00:37:01 jhill * removed warnings * @@ -95,7 +98,7 @@ public: virtual void show (unsigned level) const; private: - const SOCKET fd; + const SOCKET fd; const fdRegType type; }; @@ -162,7 +165,7 @@ private: unsigned processInProg; // // Set to fdreg when in call back - // and nill ortherwise + // and nill otherwise // fdReg *pCBReg;