(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.29 and 1.30

version 1.29, 2002/03/12 19:41:19 version 1.30, 2002/03/12 20:07:37
Line 240 
Line 240 
  
     is.open(p.getPointer() PEGASUS_IOS_BINARY);     is.open(p.getPointer() PEGASUS_IOS_BINARY);
  
         //not supported on Tru64  
         return is != 0;  
   
 #ifdef PEGASUS_PLATFORM_TRU64_ALPHA_DECCXX #ifdef PEGASUS_PLATFORM_TRU64_ALPHA_DECCXX
         if (is.good() != 0)         if (is.good() != 0)
                 return true;                 return true;
         else         else
                 return false;                 return false;
 #endif  #else
  
           //not supported on Tru64
           return is != 0;
   
   #endif
 } }
  
 Boolean FileSystem::isDirectory(const String& path) Boolean FileSystem::isDirectory(const String& path)


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2