(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.1.2.3 and 1.2

version 1.1.2.3, 2004/03/18 21:12:28 version 1.2, 2004/03/17 14:50:22
Line 43 
Line 43 
 #include "ProviderDirPropertyOwner.h" #include "ProviderDirPropertyOwner.h"
  
  
   PEGASUS_USING_STD;
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
Line 54 
Line 56 
  
 static struct ConfigPropertyRow properties[] = static struct ConfigPropertyRow properties[] =
 { {
 #if defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)  
     {"providerDir", "lib;bin", 0, 0, 0, 1},  
 #else  
     {"providerDir", "lib", 0, 0, 0, 1},     {"providerDir", "lib", 0, 0, 0, 1},
 #endif  
 }; };
  
 const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]); const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]);
Line 87 
Line 85 
       Uint32 token=0;       Uint32 token=0;
  
       do {       do {
         if (( pos = temp.find(FileSystem::getPathDelimiter())) == PEG_NOT_FOUND) {          if (( pos = temp.find(":")) == PEG_NOT_FOUND) {
                 pos = temp.size();                 pos = temp.size();
                 token = 0;                 token = 0;
         }         }


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2