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

Diff for /pegasus/src/Pegasus/Server/CIMOperationResponseEncoder.h between version 1.23 and 1.24

version 1.23, 2006/09/19 19:33:45 version 1.24, 2006/11/14 18:34:59
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)  
 //              Carol Ann Krug Graves, Hewlett-Packard Company  
 //                  (carolann_graves@hp.com)  
 //              Sushma Fernandes, Hewlett-Packard Company  
 //                  (sushma_fernandes@hp.com)  
 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase1  
 //         Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP140/phase2  
 //              David Dillard, VERITAS Software Corp.  
 //                  (david.dillard@veritas.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_CIMOperationResponseEncoder_h #ifndef Pegasus_CIMOperationResponseEncoder_h
Line 63 
Line 51 
  
       typedef MessageQueueService Base;       typedef MessageQueueService Base;
  
   
       CIMOperationResponseEncoder();       CIMOperationResponseEncoder();
  
       ~CIMOperationResponseEncoder();       ~CIMOperationResponseEncoder();
  
                         void sendResponse(CIMResponseMessage* response,      void sendResponse(
           CIMResponseMessage* response,
                                                                                                 const String &name,                                                                                                 const String &name,
                                                                                                 Boolean isImplicit,                                                                                                 Boolean isImplicit,
                                                                                                 Buffer *bodygiven = 0);                                                                                                 Buffer *bodygiven = 0);
Line 79 
Line 67 
  
       virtual void handleEnqueue();       virtual void handleEnqueue();
  
   
       void encodeCreateClassResponse(       void encodeCreateClassResponse(
          CIMCreateClassResponseMessage* response);          CIMCreateClassResponseMessage* response);
  


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2