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

Diff for /pegasus/src/Pegasus/Common/Attic/DynamicLibraryWindows.cpp between version 1.10 and 1.11

version 1.10, 2006/08/16 19:36:10 version 1.11, 2006/11/10 18:14:58
Line 38 
Line 38 
 Boolean DynamicLibrary::_load() Boolean DynamicLibrary::_load()
 { {
     _handle = LoadLibrary(_fileName.getCString());     _handle = LoadLibrary(_fileName.getCString());
     return(isLoaded());      return isLoaded();
 } }
  
 void DynamicLibrary::_unload() void DynamicLibrary::_unload()


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2