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

Diff for /pegasus/src/Pegasus/Client/CIMOperationResponseDecoder.h between version 1.20 and 1.21

version 1.20, 2006/06/19 19:37:29 version 1.21, 2006/11/14 18:34:48
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)  
 //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com)  
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //              Willis White, IBM (whiwill@us.ibm.com)  
 //              John Alex, IBM (johnalex@us.ibm.com) - Bug#2290  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_CIMOperationResponseDecoder_h #ifndef Pegasus_CIMOperationResponseDecoder_h
Line 102 
Line 94 
     virtual void handleEnqueue();     virtual void handleEnqueue();
  
     /**     /**
      * This methods gives the Decoder access to the ClientPerfDataStore that          This methods gives the Decoder access to the ClientPerfDataStore that
      * is in CIMClientRep. A pointer to  the CIMClientRep::ClientPerfDataStore          is in CIMClientRep. A pointer to  the CIMClientRep::ClientPerfDataStore
      * is passed in*/          is passed in
       */
     void setDataStorePointer(ClientPerfDataStore* perfDataStore_ptr);     void setDataStorePointer(ClientPerfDataStore* perfDataStore_ptr);
  
 private: private:
  
     void _handleHTTPMessage(      void _handleHTTPMessage(HTTPMessage* message);
         HTTPMessage* message);  
  
     void _handleMethodResponse(     void _handleMethodResponse(
         char* content,         char* content,
Line 162 
Line 154 
         const String& messageId,         const String& messageId,
         Boolean isEmptyImethodresponseTag);         Boolean isEmptyImethodresponseTag);
  
     CIMEnumerateInstanceNamesResponseMessage* _decodeEnumerateInstanceNamesResponse(      CIMEnumerateInstanceNamesResponseMessage*
           _decodeEnumerateInstanceNamesResponse(
         XmlParser& parser,         XmlParser& parser,
         const String& messageId,         const String& messageId,
         Boolean isEmptyImethodresponseTag);         Boolean isEmptyImethodresponseTag);


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2