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

Diff for /pegasus/src/Pegasus/Server/CIMServer.cpp between version 1.89 and 1.90

version 1.89, 2002/06/01 00:57:35 version 1.90, 2002/06/06 17:58:21
Line 293 
Line 293 
     // otherwise HandlerService started by indicationService will never     // otherwise HandlerService started by indicationService will never
     // get ExportQueue to export indications for existing subscriptions     // get ExportQueue to export indications for existing subscriptions
  
       _indicationService = 0;
       if (String::equal(
           configManager->getCurrentValue("enableIndicationService"), "true"))
       {
     _indicationService = new IndicationService     _indicationService = new IndicationService
         (_repository, _providerRegistrationManager);         (_repository, _providerRegistrationManager);
       }
  
     _acceptor = new HTTPAcceptor(_monitor, serverQueue, sslcontext);     _acceptor = new HTTPAcceptor(_monitor, serverQueue, sslcontext);
  


Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2