removed unused member

This commit is contained in:
Jeff Hill
2002-05-09 15:01:06 +00:00
parent 8352aeb398
commit bae9cd3f9a
+2 -3
View File
@@ -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 ();
}