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

Diff for /pegasus/src/Pegasus/ControlProviders/ProviderRegistrationProvider/ProviderRegistrationProvider.cpp between version 1.117.2.1 and 1.117.2.2

version 1.117.2.1, 2011/10/11 18:18:17 version 1.117.2.2, 2012/02/15 17:47:10
Line 201 
Line 201 
             PEGASUS_NAMESPACENAME_INTEROP,             PEGASUS_NAMESPACENAME_INTEROP,
             PEGASUS_CLASSNAME_PROVIDERMODULE_INSTALERT);             PEGASUS_CLASSNAME_PROVIDERMODULE_INSTALERT);
         indication.setPath (path);         indication.setPath (path);
           if (cause == PM_DISABLED_CIMSERVER_STOP)
           {
               OperationContext context;
               // Default 20 seconds timeout to deliver the indication.
               context.insert(TimeoutContainer(20 * 1000));
               _indicationResponseHandler->deliver(context, indication);
           }
           else
           {
         _indicationResponseHandler->deliver(indication);         _indicationResponseHandler->deliver(indication);
     }     }
       }
     catch(const Exception &e)     catch(const Exception &e)
     {     {
         PEG_TRACE((TRC_CONTROLPROVIDER,Tracer::LEVEL1,         PEG_TRACE((TRC_CONTROLPROVIDER,Tracer::LEVEL1,


Legend:
Removed from v.1.117.2.1  
changed lines
  Added in v.1.117.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2