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

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

version 1.15, 2005/02/05 22:59:23 version 1.16, 2005/02/25 21:44:16
Line 30 
Line 30 
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 //            : Yi Zhou, Hewlett-Packard Company (yi.zhou@hp.com)  //              Yi Zhou, Hewlett-Packard Company (yi.zhou@hp.com)
   //              Carol Ann Krug Graves, Hewlett-Packard Company
   //                  (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 354 
Line 356 
     return response.release();     return response.release();
 } }
  
 CIMResponseMessage* CIMEnableIndicationsRequestMessage::buildResponse()  
 {  
     AutoPtr<CIMEnableIndicationsResponseMessage> response(  
         new CIMEnableIndicationsResponseMessage(  
             messageId,  
             CIMException(),  
             queueIds.copyAndPop()));  
     response->syncAttributes(this);  
     return response.release();  
 }  
   
 CIMResponseMessage* CIMDisableIndicationsRequestMessage::buildResponse()  
 {  
     AutoPtr<CIMDisableIndicationsResponseMessage> response(  
         new CIMDisableIndicationsResponseMessage(  
             messageId,  
             CIMException(),  
             queueIds.copyAndPop()));  
     response->syncAttributes(this);  
     return response.release();  
 }  
   
 CIMResponseMessage* CIMNotifyProviderRegistrationRequestMessage::buildResponse() CIMResponseMessage* CIMNotifyProviderRegistrationRequestMessage::buildResponse()
 { {
     AutoPtr<CIMNotifyProviderRegistrationResponseMessage> response(     AutoPtr<CIMNotifyProviderRegistrationResponseMessage> response(
Line 442 
Line 422 
     return response.release();     return response.release();
 } }
  
   CIMResponseMessage*
       CIMSubscriptionInitCompleteRequestMessage::buildResponse()
   {
       AutoPtr<CIMSubscriptionInitCompleteResponseMessage> response(
           new CIMSubscriptionInitCompleteResponseMessage(
               messageId,
               CIMException(),
               queueIds.copyAndPop()));
       response->syncAttributes(this);
       return response.release();
   }
   
 CIMResponseMessage* CIMDisableModuleRequestMessage::buildResponse() CIMResponseMessage* CIMDisableModuleRequestMessage::buildResponse()
 { {
     AutoPtr<CIMDisableModuleResponseMessage> response(     AutoPtr<CIMDisableModuleResponseMessage> response(


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