(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.9 and 1.10

version 1.9, 2003/07/17 01:39:24 version 1.10, 2003/08/12 14:52:11
Line 77 
Line 77 
    CIMOperationResponseDecoder(    CIMOperationResponseDecoder(
         MessageQueue* outputQueue,         MessageQueue* outputQueue,
         MessageQueue* encoderQueue,         MessageQueue* encoderQueue,
         ClientAuthenticator* authenticator);          ClientAuthenticator* authenticator,
           Uint32 showInput);
  
     /** Destructor. */     /** Destructor. */
     ~CIMOperationResponseDecoder();     ~CIMOperationResponseDecoder();
Line 174 
Line 175 
     MessageQueue*        _encoderQueue;     MessageQueue*        _encoderQueue;
  
     ClientAuthenticator* _authenticator;     ClientAuthenticator* _authenticator;
   
       // Controls decoder client displays 1 = con, 2 = log display
       Uint32               _showInput;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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