|
From: Frank V. C. <fr...@us...> - 2000-11-24 13:45:10
|
Update of /cvsroot/corelinux/clfll/src/testdrivers/exfl1 In directory slayer.i.sourceforge.net:/tmp/cvs-serv30620/src/testdrivers/exfl1 Modified Files: examp1.cpp Log Message: 112702 Function Library Loader Index: examp1.cpp =================================================================== RCS file: /cvsroot/corelinux/clfll/src/testdrivers/exfl1/examp1.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** examp1.cpp 2000/11/21 16:26:04 1.4 --- examp1.cpp 2000/11/24 13:45:07 1.5 *************** *** 162,165 **** --- 162,166 ---- { executePlugIn( aLibInst ); + aLibrary.unLoad( aLibInst ); } |