|
From: <mor...@us...> - 2010-09-09 02:45:02
|
Revision: 3858
http://ecell.svn.sourceforge.net/ecell/?rev=3858&view=rev
Author: moriyoshi
Date: 2010-09-09 02:44:56 +0000 (Thu, 09 Sep 2010)
Log Message:
-----------
* Remove unwanted consts.
Modified Paths:
--------------
ecell3/trunk/ecell/libemc/SimulatorImplementation.hpp
Modified: ecell3/trunk/ecell/libemc/SimulatorImplementation.hpp
===================================================================
--- ecell3/trunk/ecell/libemc/SimulatorImplementation.hpp 2010-09-08 13:39:18 UTC (rev 3857)
+++ ecell3/trunk/ecell/libemc/SimulatorImplementation.hpp 2010-09-09 02:44:56 UTC (rev 3858)
@@ -169,13 +169,13 @@
virtual libecs::Polymorph getNextEvent() const = 0;
- virtual void step( const libecs::Integer aNumSteps ) = 0;
+ virtual void step( libecs::Integer aNumSteps ) = 0;
virtual libecs::Real getCurrentTime() const = 0;
virtual void run() = 0;
- virtual void run( const libecs::Real aDuration ) = 0;
+ virtual void run( libecs::Real aDuration ) = 0;
virtual void stop() = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|