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

Diff for /pegasus/src/Pegasus/ExportClient/CIMExportRequestEncoder.h between version 1.9 and 1.10

version 1.9, 2002/08/29 00:27:52 version 1.10, 2003/04/24 20:42:22
Line 26 
Line 26 
 // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com) // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
 // //
 //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com) //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com)
   //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 34 
Line 35 
  
 #include <fstream> #include <fstream>
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/MessageQueueService.h>  #include <Pegasus/Common/MessageQueue.h>
 #include <Pegasus/Common/CIMMessage.h> #include <Pegasus/Common/CIMMessage.h>
 #include <Pegasus/Client/ClientAuthenticator.h> #include <Pegasus/Client/ClientAuthenticator.h>
 #include <Pegasus/ExportClient/Linkage.h> #include <Pegasus/ExportClient/Linkage.h>
Line 45 
Line 46 
     and encodes them into HTTP messages which it places on its output queue.     and encodes them into HTTP messages which it places on its output queue.
 */ */
 class PEGASUS_EXPORT_CLIENT_LINKAGE CIMExportRequestEncoder class PEGASUS_EXPORT_CLIENT_LINKAGE CIMExportRequestEncoder
    : public MessageQueueService     : public MessageQueue
 { {
    public:    public:
       typedef MessageQueueService Base;  
   
       /** Constuctor.       /** Constuctor.
           @param outputQueue queue to receive encoded HTTP messages.           @param outputQueue queue to receive encoded HTTP messages.
             @param authenticator client authenticator.
       */       */
       CIMExportRequestEncoder(       CIMExportRequestEncoder(
          MessageQueue* outputQueue, ClientAuthenticator* authenticator);          MessageQueue* outputQueue, ClientAuthenticator* authenticator);
Line 60 
Line 60 
       ~CIMExportRequestEncoder();       ~CIMExportRequestEncoder();
  
       /** 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(Message *);  
       virtual void handleEnqueue();       virtual void handleEnqueue();
  
    private:    private:


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2