|
From: Frank V. C. <fr...@us...> - 2000-11-19 05:19:56
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf1 In directory slayer.i.sourceforge.net:/tmp/cvs-serv5509/src/testdrivers/exf1 Modified Files: examp1.cpp Log Message: 122753 LibraryLoader refit Index: examp1.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/examp1.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** examp1.cpp 2000/11/17 13:07:09 1.24 --- examp1.cpp 2000/11/19 05:19:52 1.25 *************** *** 289,296 **** dumpOntology(); - Library aLibrary; - - aLibrary.load( "something.so" ); - } catch( AssertionRef aAssert ) --- 289,292 ---- |