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

Diff for /pegasus/src/Pegasus/Config/ProviderDirPropertyOwner.cpp between version 1.25 and 1.26

version 1.25, 2008/12/16 18:56:31 version 1.26, 2009/01/21 17:46:23
Line 55 
Line 55 
 static struct ConfigPropertyRow properties[] = static struct ConfigPropertyRow properties[] =
 { {
 #if defined(PEGASUS_OS_TYPE_WINDOWS) #if defined(PEGASUS_OS_TYPE_WINDOWS)
     {"providerDir", "lib;bin", IS_DYNAMIC, 0, 0, IS_VISIBLE},      {"providerDir", "lib;bin", IS_DYNAMIC, IS_VISIBLE},
 #elif defined(PEGASUS_OS_ZOS) #elif defined(PEGASUS_OS_ZOS)
     {"providerDir", "lib:provider", IS_DYNAMIC, 0, 0, IS_VISIBLE},      {"providerDir", "lib:provider", IS_DYNAMIC, IS_VISIBLE},
 #elif defined(PEGASUS_OS_PASE) && defined(PEGASUS_USE_RELEASE_DIRS) #elif defined(PEGASUS_OS_PASE) && defined(PEGASUS_USE_RELEASE_DIRS)
     {"providerDir", "/QOpenSys/QIBM/ProdData/UME/Pegasus/provider",     {"providerDir", "/QOpenSys/QIBM/ProdData/UME/Pegasus/provider",
         IS_DYNAMIC, 0, 0, IS_VISIBLE}          IS_DYNAMIC, IS_VISIBLE}
 #elif defined(PEGASUS_OS_VMS) #elif defined(PEGASUS_OS_VMS)
     {"providerDir", "/wbem_lib", IS_DYNAMIC, 0, 0, IS_VISIBLE},      {"providerDir", "/wbem_lib", IS_DYNAMIC, IS_VISIBLE},
 #else #else
     {"providerDir", "lib", IS_DYNAMIC, 0, 0, IS_VISIBLE},      {"providerDir", "lib", IS_DYNAMIC, IS_VISIBLE},
 #endif #endif
 }; };
  
Line 150 
Line 150 
             _providerDir->currentValue = properties[i].defaultValue;             _providerDir->currentValue = properties[i].defaultValue;
             _providerDir->plannedValue = properties[i].defaultValue;             _providerDir->plannedValue = properties[i].defaultValue;
             _providerDir->dynamic = properties[i].dynamic;             _providerDir->dynamic = properties[i].dynamic;
             _providerDir->domain = properties[i].domain;  
             _providerDir->domainSize = properties[i].domainSize;  
             _providerDir->externallyVisible = properties[i].externallyVisible;             _providerDir->externallyVisible = properties[i].externallyVisible;
         }         }
     }     }


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2