(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.82.2.1 and 1.82.2.2

version 1.82.2.1, 2006/02/10 16:11:35 version 1.82.2.2, 2006/03/10 14:30:38
Line 455 
Line 455 
 #ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER #ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
             && ifcTypeString != "CMPI"             && ifcTypeString != "CMPI"
 #endif #endif
   #ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
               && (ifcTypeString != "JMPI")
               && (ifcTypeString != "JMPIExperimental")
   #endif
                 )                 )
         {         {
                 //l10n 485                 //l10n 485
Line 484 
Line 488 
            (ifcTypeString == "CMPI" &&            (ifcTypeString == "CMPI" &&
             ifcVersionString != "2.0.0") ||             ifcVersionString != "2.0.0") ||
 #endif #endif
   #ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
              (ifcTypeString == "JMPI" &&
               ifcVersionString != "1.0.0" &&
               ifcVersionString != "2.0.0" &&
               ifcVersionString != "2.2.0") ||
              (ifcTypeString == "JMPIExperimental" &&
               ifcVersionString != "0.0.1") ||
   #endif
            (ifcTypeString == "C++Default" &&            (ifcTypeString == "C++Default" &&
             ifcVersionString != "2.1.0" &&             ifcVersionString != "2.1.0" &&
             ifcVersionString != "2.2.0" &&             ifcVersionString != "2.2.0" &&


Legend:
Removed from v.1.82.2.1  
changed lines
  Added in v.1.82.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2