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

Diff for /pegasus/src/Pegasus/Provider/CIMOMHandle.cpp between version 1.71 and 1.72

version 1.71, 2006/09/01 17:51:28 version 1.72, 2006/11/14 18:34:54
Line 43 
Line 43 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 CIMOMHandle::CIMOMHandle(void)  CIMOMHandle::CIMOMHandle()
 { {
     // The existence of a BinaryMessageHandler determines which Rep to use     // The existence of a BinaryMessageHandler determines which Rep to use
     MessageQueue* bmh = MessageQueue::lookup(PEGASUS_QUEUENAME_BINARY_HANDLER);     MessageQueue* bmh = MessageQueue::lookup(PEGASUS_QUEUENAME_BINARY_HANDLER);
Line 79 
Line 79 
     Inc(this->_rep = handle._rep);     Inc(this->_rep = handle._rep);
 } }
  
 CIMOMHandle::~CIMOMHandle(void)  CIMOMHandle::~CIMOMHandle()
 { {
     Dec(_rep);     Dec(_rep);
 } }
Line 416 
Line 416 
     _rep->allowProviderUnload();     _rep->allowProviderUnload();
 } }
  
 Boolean CIMOMHandle::unload_ok(void)  Boolean CIMOMHandle::unload_ok()
 { {
     return _rep->unload_ok();     return _rep->unload_ok();
 } }
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
 OperationContext CIMOMHandle::getResponseContext(void)  OperationContext CIMOMHandle::getResponseContext()
 { {
     return _rep->getResponseContext();     return _rep->getResponseContext();
 } }


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2