moved someof the functionality into the old interface

This commit is contained in:
Jeff Hill
2002-05-09 00:35:32 +00:00
parent cc0abe0d02
commit 71827bb2ce
3 changed files with 29 additions and 44 deletions

View File

@@ -39,10 +39,6 @@ caAccessRights cacChannel::accessRights () const
return ar;
}
void cacChannel::notifyStateChangeFirstConnectInCountOfOutstandingIO ()
{
}
unsigned cacChannel::searchAttempts () const
{
return 0u;
@@ -63,11 +59,6 @@ bool cacChannel::connected () const
return true;
}
bool cacChannel::previouslyConnected () const
{
return true;
}
void cacChannel::hostName ( char *pBuf, unsigned bufLength ) const
{
if ( bufLength ) {