(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.32 and 1.32.6.1

version 1.32, 2003/03/13 20:25:05 version 1.32.6.1, 2003/08/13 19:39:50
Line 114 
Line 114 
  
     static Boolean copyFile(const char* fromPath, const char* toPath);     static Boolean copyFile(const char* fromPath, const char* toPath);
  
       /** Unix issue:<br><br><b>RTLD_<bah></b> issue. Currently Pegasus uses RTLD_NOW during
           loading of the library if supported by OS.  Previous to 2.2, Pegasus used RTLD_GLOBAL on Linux
           - that behaviour is now deprecated.
       */
     static DynamicLibraryHandle loadDynamicLibrary(const char* fileName);     static DynamicLibraryHandle loadDynamicLibrary(const char* fileName);
  
     static void unloadDynamicLibrary(DynamicLibraryHandle libraryHandle);     static void unloadDynamicLibrary(DynamicLibraryHandle libraryHandle);


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.32.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2