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

Diff for /pegasus/src/Pegasus/Server/HTTPAuthenticatorDelegator.h between version 1.26 and 1.27

version 1.26, 2006/11/14 18:34:59 version 1.27, 2008/04/29 20:40:25
Line 62 
Line 62 
  
     /** Constructor. */     /** Constructor. */
     HTTPAuthenticatorDelegator(     HTTPAuthenticatorDelegator(
         Uint32 operationMessageQueueId,          Uint32 cimOperationMessageQueueId,
         Uint32 exportMessageQueueId,          Uint32 cimExportMessageQueueId,
         CIMRepository* repository);         CIMRepository* repository);
  
     /** Destructor. */     /** Destructor. */
Line 80 
Line 80 
  
     void handleHTTPMessage(HTTPMessage* httpMessage, Boolean& deleteMessage);     void handleHTTPMessage(HTTPMessage* httpMessage, Boolean& deleteMessage);
  
       void setWsmQueueId(Uint32 wsmanOperationMessageQueueId)
       {
           _wsmanOperationMessageQueueId = wsmanOperationMessageQueueId;
       }
   
 private: private:
  
     void _sendResponse(     void _sendResponse(
Line 106 
Line 111 
         const String& pegasusError = String::EMPTY,         const String& pegasusError = String::EMPTY,
         Boolean closeConnect = false);         Boolean closeConnect = false);
  
     Uint32 _operationMessageQueueId;      Uint32 _cimOperationMessageQueueId;
       Uint32 _cimExportMessageQueueId;
     Uint32 _exportMessageQueueId;      Uint32 _wsmanOperationMessageQueueId;
  
     AutoPtr<AuthenticationManager> _authenticationManager;     AutoPtr<AuthenticationManager> _authenticationManager;
  


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2