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

Diff for /pegasus/src/Pegasus/ExportServer/CIMExportRequestDecoder.h between version 1.3 and 1.4

version 1.3, 2001/12/19 21:38:07 version 1.4, 2002/02/11 01:17:41
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%///-*-c++-*-/////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM, // Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,
 // The Open Group, Tivoli Systems // The Open Group, Tivoli Systems
Line 33 
Line 33 
 #define Pegasus_CIMExportRequestDecoder_h #define Pegasus_CIMExportRequestDecoder_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/MessageQueue.h>  #include <Pegasus/Common/MessageQueueService.h>
 #include <Pegasus/Common/CIMMessage.h> #include <Pegasus/Common/CIMMessage.h>
 #include <Pegasus/Common/HTTPMessage.h> #include <Pegasus/Common/HTTPMessage.h>
 #include <Pegasus/ExportServer/Linkage.h> #include <Pegasus/ExportServer/Linkage.h>
Line 45 
Line 45 
 /** This class decodes CIM operation requests and passes them down-stream. /** This class decodes CIM operation requests and passes them down-stream.
 */ */
 class PEGASUS_EXPORT_SERVER_LINKAGE CIMExportRequestDecoder class PEGASUS_EXPORT_SERVER_LINKAGE CIMExportRequestDecoder
     : public MessageQueue      : public MessageQueueService
 { {
 public: public:
  
   typedef MessageQueue Base;    typedef MessageQueueService Base;
  
     CIMExportRequestDecoder(     CIMExportRequestDecoder(
         MessageQueue* outputQueue,         MessageQueue* outputQueue,


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2