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

Diff for /pegasus/src/Pegasus/Common/Attic/IPCExceptions.h between version 1.3 and 1.4

version 1.3, 2006/08/11 17:31:51 version 1.4, 2006/11/10 18:14:58
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Day (mdday@us.ibm.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_IPCExceptions_h #ifndef Pegasus_IPCExceptions_h
Line 45 
Line 43 
 { {
 public: public:
     IPCException(ThreadType owner): _owner(owner) { }     IPCException(ThreadType owner): _owner(owner) { }
     inline ThreadType get_owner() { return(_owner); }      inline ThreadType get_owner() { return _owner; }
 private: private:
     ThreadType _owner;     ThreadType _owner;
 }; };


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2