(file) Return to JMPILocalProviderManager.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / JMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPILocalProviderManager.cpp between version 1.12 and 1.13

version 1.12, 2006/05/09 17:05:00 version 1.13, 2006/07/27 08:33:24
Line 282 
Line 282 
                   {                   {
                       provider->initialize(*(provider->_cimom_handle));                       provider->initialize(*(provider->_cimom_handle));
                   }                   }
                     catch(CIMException &cimExcept)
                     {
                         PEG_TRACE_STRING(
                             TRC_PROVIDERMANAGER,
                             Tracer::LEVEL4,
                             "Calling provider->initialize caused exception:"
                             +cimExcept.getMessage()
                             );
                         DDD(PEGASUS_STD(cout)
                             <<"--- JMPILocalProviderManager::_provider_ctrl:"
                               " Exception caught calling initialize!"
                               <<PEGASUS_STD(endl));
                         throw;
                     }
                     catch(Exception &except)
                     {
                         PEG_TRACE_STRING(
                             TRC_PROVIDERMANAGER,
                             Tracer::LEVEL4,
                             "Calling provider->initialize caused exception:"
                             +except.getMessage()
                             );
                         DDD(PEGASUS_STD(cout)
                             <<"--- JMPILocalProviderManager::_provider_ctrl:"
                               " Exception caught calling initialize!"
                               <<PEGASUS_STD(endl));
                         throw PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED,
                                                     except.getMessage());
                     }
                   catch(...)                   catch(...)
                   {                   {
                       PEG_TRACE_STRING(TRC_PROVIDERMANAGER,                       PEG_TRACE_STRING(TRC_PROVIDERMANAGER,


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2