(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.2 and 1.3

version 1.2, 2004/03/17 14:50:22 version 1.3, 2004/03/18 21:24:50
Line 43 
Line 43 
 #include "ProviderDirPropertyOwner.h" #include "ProviderDirPropertyOwner.h"
  
  
 PEGASUS_USING_STD;  
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
Line 56 
Line 54 
  
 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 85 
Line 87 
       Uint32 token=0;       Uint32 token=0;
  
       do {       do {
         if (( pos = temp.find(":")) == PEG_NOT_FOUND) {          if (( pos = temp.find(FileSystem::getPathDelimiter())) == PEG_NOT_FOUND) {
                 pos = temp.size();                 pos = temp.size();
                 token = 0;                 token = 0;
         }         }


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2