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

Diff for /pegasus/src/Pegasus/Common/ResponseHandler.cpp between version 1.15 and 1.16

version 1.15, 2006/08/09 21:12:42 version 1.16, 2006/11/10 18:14:58
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Chip Vincent (cvincent@us.ibm.com)  
 //  
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "ResponseHandler.h" #include "ResponseHandler.h"
Line 127 
Line 123 
     _deleteRep(this);     _deleteRep(this);
 } }
  
 OperationContext ResponseHandler::getContext(void) const  OperationContext ResponseHandler::getContext() const
 { {
     return(_getRep(this)->getContext());      return _getRep(this)->getContext();
 } }
  
 void ResponseHandler::setContext(const OperationContext & context) void ResponseHandler::setContext(const OperationContext & context)


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2