diff --git a/src/ca/oldAccess.h b/src/ca/oldAccess.h index b4d694fc0..668f4a790 100644 --- a/src/ca/oldAccess.h +++ b/src/ca/oldAccess.h @@ -90,7 +90,6 @@ private: caArh * pAccessRightsFunc; unsigned ioSeqNo; bool prevConnected; - bool connCallbackInProress; void connectNotify (); void disconnectNotify (); void accessRightsNotify ( const caAccessRights & ); @@ -271,9 +270,9 @@ int fetchClientContext ( oldCAC **ppcac ); inline void oldChannelNotify::destroy () { delete this; -} +}; -inline const char *oldChannelNotify::pName () const +inline const char * oldChannelNotify::pName () const { return this->io.pName (); }