auto mutex release now requires an auto mutex

This commit is contained in:
Jeff Hill
2002-02-28 00:16:18 +00:00
parent 3d24376430
commit 18e9d2a299
8 changed files with 180 additions and 133 deletions

View File

@@ -107,7 +107,7 @@ bool netiiu::isVirtualCircuit ( const char *, const osiSockAddr & ) const
return false;
}
void netiiu::lastChannelDetachNotify ()
void netiiu::lastChannelDetachNotify ( class callbackAutoMutex & /* cbLocker */ )
{
}