(file) Return to AsyncOpNode.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/AsyncOpNode.h between version 1.50 and 1.50.2.1

version 1.50, 2006/07/26 20:34:00 version 1.50.2.1, 2006/07/27 23:11:51
Line 47 
Line 47 
 #include <Pegasus/Common/Linkable.h> #include <Pegasus/Common/Linkable.h>
 #include <Pegasus/Common/AutoPtr.h> #include <Pegasus/Common/AutoPtr.h>
 #include <Pegasus/Common/Message.h> #include <Pegasus/Common/Message.h>
 #include <Pegasus/Common/IPC.h>  
 #include <Pegasus/Common/Thread.h> #include <Pegasus/Common/Thread.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 184 
Line 183 
  
 inline void AsyncOpNode::lock() inline void AsyncOpNode::lock()
 { {
     _mut.lock(pegasus_thread_self());      _mut.lock(Threads::self());
 } }
  
 inline void AsyncOpNode::unlock() inline void AsyncOpNode::unlock()


Legend:
Removed from v.1.50  
changed lines
  Added in v.1.50.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2