(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.87.10.2 and 1.87.10.4

version 1.87.10.2, 2013/09/01 11:06:00 version 1.87.10.4, 2013/09/05 02:45:13
Line 452 
Line 452 
 String FileSystem::getAbsoluteFileName( String FileSystem::getAbsoluteFileName(
     const String& filename)     const String& filename)
 { {
   #ifdef PEGASUS_OS_LINUX
     char resolvedName[PATH_MAX+1];     char resolvedName[PATH_MAX+1];
   #endif
   #ifdef PEGASUS_OS_ZOS
       char resolvedName[_POSIX_PATH_MAX+1];
   #endif
   //for other platform,please add here.
   
     /*     /*
      * ReturnValue:      * ReturnValue:
      *    1) Upon successful completion, realpath() shall return a pointer to      *    1) Upon successful completion, realpath() shall return a pointer to


Legend:
Removed from v.1.87.10.2  
changed lines
  Added in v.1.87.10.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2