added uninstallSubscription () func

This commit is contained in:
Jeff Hill
2000-11-30 17:06:31 +00:00
parent f861933932
commit ba569b18d3
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -364,6 +364,13 @@ int nciu::subscriptionMsg ( netSubscription &subscr, bool userThread )
return status;
}
void nciu::unistallSubscription ( netSubscription &subscr )
{
if ( this->f_connected ) {
this->piiu->unistallSubscription ( *this, subscr );
}
}
void nciu::incrementOutstandingIO ()
{
this->cacCtx.incrementOutstandingIO ();
+4
View File
@@ -200,6 +200,10 @@ int netiiu::subscriptionCancelRequest ( netSubscription & )
return ECA_DISCONNCHID;
}
void netiiu::unistallSubscription ( nciu &, netSubscription & )
{
}
void netiiu::hostName ( char *pBuf, unsigned bufLength ) const
{
if ( bufLength ) {