fixes for various sun pro compiler warnings

This commit is contained in:
Jeff Hill
2000-05-03 00:47:16 +00:00
parent 33f8e63c21
commit b8c7f8f8b6
16 changed files with 162 additions and 125 deletions

View File

@@ -238,12 +238,12 @@ void cacChannel::connectTimeoutNotify ()
{
}
void cacChannel::lock () const
void cacChannel::lock ()
{
this->defaultMutex.lock();
}
void cacChannel::unlock () const
void cacChannel::unlock ()
{
this->defaultMutex.unlock();
}