(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.10 and 1.11

version 1.10, 2005/06/16 05:49:14 version 1.11, 2005/11/15 14:40:30
Line 62 
Line 62 
 { {
 #if defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC) #if defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)
     {"providerDir", "lib;bin", IS_STATIC, 0, 0, IS_VISIBLE},     {"providerDir", "lib;bin", IS_STATIC, 0, 0, IS_VISIBLE},
   #elif defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
       {"providerDir", "lib:provider", IS_STATIC, 0, 0, IS_VISIBLE},
 #else #else
     {"providerDir", "lib", IS_STATIC, 0, 0, IS_VISIBLE},     {"providerDir", "lib", IS_STATIC, 0, 0, IS_VISIBLE},
 #endif #endif
Line 101 
Line 103 
                 token = 1;                 token = 1;
         }         }
         path = temp.subString(0,pos);         path = temp.subString(0,pos);
   #ifdef PEGASUS_PLATFORM_ZOS_ZSERIES_IBM
       path.assign(ConfigManager::getHomedPath(path));
   #endif
         if (FileSystem::canWrite(path)) {         if (FileSystem::canWrite(path)) {
                 Logger::put_l(Logger::ERROR_LOG,System::CIMSERVER,                 Logger::put_l(Logger::ERROR_LOG,System::CIMSERVER,
                         Logger::WARNING,                         Logger::WARNING,


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2