Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IMonitor::unlock ( void  )
pure virtual

This method is used to exit the monitor and must be called once for each cooresponding call to lock().

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedThe initialize() method was not called first.