From bae9cd3f9a35edeb69618d5e82813c618743010e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 May 2002 15:01:06 +0000 Subject: [PATCH] removed unused member --- src/ca/oldAccess.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 (); }