moved someof the functionality into the old interface
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user