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

Diff for /pegasus/src/Pegasus/Server/HTTPAuthenticatorDelegator.cpp between version 1.9 and 1.10

version 1.9, 2002/03/06 01:17:33 version 1.10, 2002/03/28 20:39:19
Line 27 
Line 27 
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
   #include <Pegasus/Common/Constants.h>
 #include <Pegasus/Common/HTTPAcceptor.h> #include <Pegasus/Common/HTTPAcceptor.h>
 #include <Pegasus/Common/HTTPConnection.h> #include <Pegasus/Common/HTTPConnection.h>
 #include <Pegasus/Common/HTTPMessage.h> #include <Pegasus/Common/HTTPMessage.h>
Line 44 
Line 45 
 HTTPAuthenticatorDelegator::HTTPAuthenticatorDelegator( HTTPAuthenticatorDelegator::HTTPAuthenticatorDelegator(
     Uint32 operationMessageQueueId,     Uint32 operationMessageQueueId,
     Uint32 exportMessageQueueId)     Uint32 exportMessageQueueId)
    : Base("HTTPAuthDelator", MessageQueue::getNextQueueId()),     : Base(PEGASUS_SERVICENAME_HTTPAUTHDELEGATOR,
             MessageQueue::getNextQueueId()),
     _operationMessageQueueId(operationMessageQueueId),     _operationMessageQueueId(operationMessageQueueId),
     _exportMessageQueueId(exportMessageQueueId)     _exportMessageQueueId(exportMessageQueueId)
 { {
Line 350 
Line 352 
  
 const char* HTTPAuthenticatorDelegator::getQueueName() const const char* HTTPAuthenticatorDelegator::getQueueName() const
 { {
     return "HTTPAuthenticatorDelegator";      return PEGASUS_SERVICENAME_HTTPAUTHDELEGATOR;
 } }
  
 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