(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.16.8.1 and 1.17

version 1.16.8.1, 2006/02/10 16:09:26 version 1.17, 2006/01/10 19:41:16
Line 1 
Line 1 
 //%2006////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;  
 // EMC Corporation; Symantec Corporation; The Open Group.  
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 101 
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 246 
Line 238 
  
     // 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.16.8.1  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2