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

Diff for /pegasus/src/Pegasus/Common/AnonymousPipe.cpp between version 1.10 and 1.10.2.1

version 1.10, 2006/11/30 11:50:32 version 1.10.2.1, 2007/01/09 02:41:17
Line 170 
Line 170 
     return readStatus;     return readStatus;
 } }
  
   void AnonymousPipe::setSessionKey(const SessionKey& sessionKey)
   {
       _sessionKey = sessionKey;
   }
   
   const SessionKey& AnonymousPipe::getSessionKey() const
   {
       return _sessionKey;
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2