(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.118 and 1.119

version 1.118, 2011/07/29 10:15:22 version 1.119, 2011/10/13 05:21:42
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.118  
changed lines
  Added in v.1.119

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2