[Opal-commits] opal/src/ODE ODESimulator.cpp,1.100,1.101
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-18 22:21:52
|
Update of /cvsroot/opal/opal/src/ODE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32731/src/ODE Modified Files: ODESimulator.cpp Log Message: made destructor protected for objects instantiated by OPAL; cleaned up a lot of things to prepare for 0.3.0 release Index: ODESimulator.cpp =================================================================== RCS file: /cvsroot/opal/opal/src/ODE/ODESimulator.cpp,v retrieving revision 1.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** ODESimulator.cpp 14 Apr 2005 09:15:07 -0000 1.100 --- ODESimulator.cpp 18 Apr 2005 22:21:05 -0000 1.101 *************** *** 31,35 **** namespace opal { ! OPAL_EXPORT opal::Simulator* OPAL_CALL createSimulator() { return new opal::ODESimulator(); --- 31,35 ---- namespace opal { ! OPAL_EXPORT_FUNCTION(opal::Simulator*) createSimulator() { return new opal::ODESimulator(); |