removed unused methods
This commit is contained in:
@@ -43,14 +43,3 @@ inline const char * cac::userNamePointer ()
|
||||
{
|
||||
return this->pUserName;
|
||||
}
|
||||
|
||||
inline void cac::lockOutstandingIO () const
|
||||
{
|
||||
this->defaultMutex.lock ();
|
||||
}
|
||||
|
||||
inline void cac::unlockOutstandingIO () const
|
||||
{
|
||||
this->defaultMutex.unlock ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user