From: stephan b. <sg...@us...> - 2004-12-27 19:55:10
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15754 Modified Files: SharedLib.generic.cpp Log Message: removed a now-incorrect comment, which was fixed in SharedLib some days ago Index: SharedLib.generic.cpp =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/SharedLib.generic.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- SharedLib.generic.cpp 25 Dec 2004 16:02:51 -0000 1.8 +++ SharedLib.generic.cpp 27 Dec 2004 19:55:00 -0000 1.9 @@ -78,7 +78,6 @@ SharedLib * openSharedLib( const std::string & path ) throw(RuntimeError) { //CERR << "openSharedLib("<<path<<")\n"; - // this is ALWAYS throwing, no matter how valid path is: SharedLib * sh = new SharedLib( path ); //CERR << "OPENED openSharedLib("<<path<<")\n"; // ^^^^ if this throws, the mem is deallocated, right? |