auto mutex release now requires an auto mutex
This commit is contained in:
@@ -107,7 +107,7 @@ bool netiiu::isVirtualCircuit ( const char *, const osiSockAddr & ) const
|
||||
return false;
|
||||
}
|
||||
|
||||
void netiiu::lastChannelDetachNotify ()
|
||||
void netiiu::lastChannelDetachNotify ( class callbackAutoMutex & /* cbLocker */ )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user