(file) Return to UserFileHandler.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / UserManager

Diff for /pegasus/src/Pegasus/Security/UserManager/UserFileHandler.cpp between version 1.21 and 1.22

version 1.21, 2006/01/30 16:18:30 version 1.22, 2006/08/09 21:13:04
Line 51 
Line 51 
 #include <Pegasus/Common/Logger.h> #include <Pegasus/Common/Logger.h>
 #include <Pegasus/Common/System.h> #include <Pegasus/Common/System.h>
 #include <Pegasus/Common/Tracer.h> #include <Pegasus/Common/Tracer.h>
   #include <Pegasus/Common/IPCExceptions.h>
  
 #include <Pegasus/Config/ConfigManager.h> #include <Pegasus/Config/ConfigManager.h>
  
Line 201 
Line 202 
  
     try     try
     {     {
         _mutex->timed_lock(_MUTEX_TIMEOUT, pegasus_thread_self());          _mutex->timed_lock(_MUTEX_TIMEOUT);
     }     }
     catch (TimeOut&)     catch (TimeOut&)
     {     {


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2