diff --git a/src/ca/syncGroupNotify.cpp b/src/ca/syncGroupNotify.cpp index 54de670fa..1edfaac3b 100644 --- a/src/ca/syncGroupNotify.cpp +++ b/src/ca/syncGroupNotify.cpp @@ -117,12 +117,12 @@ void syncGroupNotify::exceptionNotify ( int status, const char *pContext, unsign type, count, pContext); } -void syncGroupNotify::lock () +void syncGroupNotify::lock () const { this->sg.mutex.lock (); } -void syncGroupNotify::unlock () +void syncGroupNotify::unlock () const { this->sg.mutex.unlock (); }