(file) Return to BasicProviderManagerRouter.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Attic

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/BasicProviderManagerRouter.cpp between version 1.19 and 1.20

version 1.19, 2005/03/08 02:54:33 version 1.20, 2005/03/13 15:55:41
Line 88 
Line 88 
 #if defined (PEGASUS_OS_VMS) #if defined (PEGASUS_OS_VMS)
         _physicalName = FileSystem::buildLibraryFileName(physicalName);         _physicalName = FileSystem::buildLibraryFileName(physicalName);
 #elif defined (PEGASUS_OS_OS400) #elif defined (PEGASUS_OS_OS400)
         _physcialName = physicalName;          _physicalName = physicalName;
 #else #else
         _physicalName = ConfigManager::getHomedPath(PEGASUS_DEST_LIB_DIR) +         _physicalName = ConfigManager::getHomedPath(PEGASUS_DEST_LIB_DIR) +
             String("/") + FileSystem::buildLibraryFileName(physicalName);             String("/") + FileSystem::buildLibraryFileName(physicalName);


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2