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

Diff for /pegasus/src/Pegasus/Common/FileSystem.cpp between version 1.66.4.3 and 1.67

version 1.66.4.3, 2007/10/16 19:34:34 version 1.67, 2007/02/09 19:22:43
Line 469 
Line 469 
 #elif defined(PEGASUS_OS_DARWIN) #elif defined(PEGASUS_OS_DARWIN)
     fileName = String("lib") + libraryName + String(".dylib");     fileName = String("lib") + libraryName + String(".dylib");
 #elif defined(PEGASUS_OS_VMS) #elif defined(PEGASUS_OS_VMS)
     fileName = String("lib") + libraryName + String(".exe");      fileName = String("lib") + libraryName;
 #else #else
     fileName = String("lib") + libraryName + String(".so");     fileName = String("lib") + libraryName + String(".so");
 #endif #endif
Line 523 
Line 523 
  
     struct passwd* userPasswd;     struct passwd* userPasswd;
 #if defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || \ #if defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || \
     defined(PEGASUS_OS_VMS) || \  
     defined(PEGASUS_OS_HPUX) || \     defined(PEGASUS_OS_HPUX) || \
     defined (PEGASUS_OS_LINUX)     defined (PEGASUS_OS_LINUX)
  
Line 575 
Line 574 
 #endif #endif
 } }
  
 void FileSystem::syncWithDirectoryUpdates(PEGASUS_STD(fstream)& fs)  void FileSystem::syncWithDirectoryUpdates(fstream& fs)
 { {
 #if defined(PEGASUS_OS_HPUX) #if defined(PEGASUS_OS_HPUX)
     // Writes the data from the iostream buffers to the OS buffers     // Writes the data from the iostream buffers to the OS buffers


Legend:
Removed from v.1.66.4.3  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2