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

Diff for /pegasus/src/Pegasus/Client/CIMOperationRequestEncoder.h between version 1.9 and 1.10

version 1.9, 2003/10/22 14:26:01 version 1.10, 2004/08/27 21:02:25
Line 52 
Line 52 
  
     /** Constuctor.     /** Constuctor.
         @param outputQueue queue to receive encoded HTTP messages.         @param outputQueue queue to receive encoded HTTP messages.
           @param hostName Name of the target host for the encoded requests.
                           I.e., the value of the HTTP Host header.
     */     */
     CIMOperationRequestEncoder(     CIMOperationRequestEncoder(
         MessageQueue* outputQueue, ClientAuthenticator* authenticator,          MessageQueue* outputQueue,
           const String& hostName,
           ClientAuthenticator* authenticator,
         Uint32 showOutput);         Uint32 showOutput);
  
     /** Destructor. */     /** Destructor. */


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