(file) Return to CIMExportResponseEncoder.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ExportServer

Diff for /pegasus/src/Pegasus/ExportServer/CIMExportResponseEncoder.h between version 1.16 and 1.17

version 1.16, 2005/02/05 23:00:16 version 1.17, 2005/07/26 21:42:21
Line 30 
Line 30 
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com) // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
   //              John Alex, IBM (johnalex@us.ibm.com) - Bug#2290
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 55 
Line 56 
  
       ~CIMExportResponseEncoder();       ~CIMExportResponseEncoder();
  
       void sendResponse(Uint32 queueId, Array<char>& message);        void sendResponse(
             Uint32 queueId,
             Array<char>& message,
             Boolean closeConnect);
  
       void sendEMethodError(       void sendEMethodError(
          Uint32 queueId,          Uint32 queueId,
          HttpMethod httpMethod,          HttpMethod httpMethod,
          const String& messageId,          const String& messageId,
          const String& methodName,          const String& methodName,
          const CIMException& cimException);            const CIMException& cimException,
             Boolean closeConnect);
  
       void sendEMethodError(       void sendEMethodError(
          CIMResponseMessage* response,          CIMResponseMessage* response,
          const String& cimMethodName);            const String& cimMethodName,
             Boolean closeConnect);
  
       virtual void handleEnqueue(Message *);       virtual void handleEnqueue(Message *);
  
Line 74 
Line 80 
  
       void encodeExportIndicationResponse(       void encodeExportIndicationResponse(
          CIMExportIndicationResponseMessage* response);          CIMExportIndicationResponseMessage* response);
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2