(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.8 and 1.9

version 1.8, 2004/06/08 18:17:32 version 1.9, 2004/06/10 21:54:40
Line 650 
Line 650 
     return response;     return response;
 } }
  
   CIMResponseMessage* CIMInitializeProviderAgentRequestMessage::buildResponse()
   {
       CIMInitializeProviderAgentResponseMessage* response;
       response = new CIMInitializeProviderAgentResponseMessage(
           messageId,
           CIMException(),
           queueIds.copyAndPop());
       AutoPtr<CIMInitializeProviderAgentResponseMessage> responsePtr(response);
   
       response->syncAttributes(this);
   
       responsePtr.release();
       return response;
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2