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

Diff for /pegasus/src/Pegasus/Common/System.h between version 1.20 and 1.21

version 1.20, 2002/03/18 13:35:03 version 1.21, 2002/03/19 22:55:59
Line 105 
Line 105 
  
     static Boolean renameFile(const char* oldPath, const char* newPath);     static Boolean renameFile(const char* oldPath, const char* newPath);
  
       static Boolean copyFile(const char* fromPath, const char* toPath);
   
     static DynamicLibraryHandle loadDynamicLibrary(const char* fileName);     static DynamicLibraryHandle loadDynamicLibrary(const char* fileName);
  
     static void unloadDynamicLibrary(DynamicLibraryHandle libraryHandle);     static void unloadDynamicLibrary(DynamicLibraryHandle libraryHandle);
Line 181 
Line 183 
     */     */
     static Uint32 getPID();     static Uint32 getPID();
  
       static Boolean truncateFile(const char* path, size_t newSize);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2