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

Diff for /pegasus/src/Pegasus/Config/FileSystemPropertyOwner.cpp between version 1.32 and 1.32.2.2

version 1.32, 2008/12/16 18:56:31 version 1.32.2.2, 2009/07/29 08:28:15
Line 70 
Line 70 
 #elif defined(PEGASUS_OS_PASE) && defined(PEGASUS_USE_RELEASE_DIRS) #elif defined(PEGASUS_OS_PASE) && defined(PEGASUS_USE_RELEASE_DIRS)
     {"providerManagerDir",     {"providerManagerDir",
         "/QOpenSys/QIBM/ProdData/UME/Pegasus/lib",         "/QOpenSys/QIBM/ProdData/UME/Pegasus/lib",
         IS_STATIC, 0, 0, IS_VISIBLE}          IS_STATIC, 0, 0, IS_VISIBLE},
   #elif defined(PEGASUS_OS_AIX) && defined(PEGASUS_USE_RELEASE_DIRS)
       {"providerManagerDir", "/usr/lib", IS_STATIC, IS_VISIBLE},
 #elif defined(PEGASUS_OS_VMS) #elif defined(PEGASUS_OS_VMS)
     {"providerManagerDir", "/wbem_lib", IS_STATIC, 0, 0, IS_VISIBLE},     {"providerManagerDir", "/wbem_lib", IS_STATIC, 0, 0, IS_VISIBLE},
 #else #else
Line 296 
Line 298 
 { {
     if (!isDirValid(value))     if (!isDirValid(value))
     {     {
         throw InvalidPropertyValue(name, value);          throw InvalidDirectoryPropertyValue(name, value);
     }     }
  
     return true;     return true;


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.32.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2