(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.17 and 1.18

version 1.17, 2006/01/10 19:41:16 version 1.18, 2006/01/24 16:13:18
Line 99 
Line 99 
     /** This method is called when a message is enqueued on this queue. */     /** This method is called when a message is enqueued on this queue. */
     virtual void handleEnqueue();     virtual void handleEnqueue();
  
       /**
        * This methods gives the Decoder access to the ClientPerfDataStore that
        * is in CIMClientRep. A pointer to  the CIMClientRep::ClientPerfDataStore
        * is passed in*/
       void setDataStorePointer(ClientPerfDataStore* perfDataStore_ptr);
   
 private: private:
  
     void _handleHTTPMessage(     void _handleHTTPMessage(
Line 238 
Line 244 
  
     // Controls decoder client displays 1 = con, 2 = log display     // Controls decoder client displays 1 = con, 2 = log display
     Uint32               _showInput;     Uint32               _showInput;
   
       ClientPerfDataStore* dataStore;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2