- Fixed linking problem with visibility enabled caused by TextSimulation accessing (stupidly) Dynamic* objects
- Removed a bunch of FIXME from text_simulation.cc, now TextSimulation fully cooperates with Environment and History git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@774 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
a092f3dc7b
commit
f4b255d31c
5 changed files with 140 additions and 127 deletions
|
@ -169,7 +169,17 @@ ConcreteSimulation::run() throw(UserInterruptException)
|
|||
|
||||
}
|
||||
|
||||
Simulation::state
|
||||
ConcreteSimulation::get_state() const
|
||||
{
|
||||
return _state;
|
||||
}
|
||||
|
||||
ConcreteHistory&
|
||||
ConcreteSimulation::get_history()
|
||||
{
|
||||
return _history;
|
||||
}
|
||||
|
||||
void
|
||||
ConcreteSimulation::set_policy(Policy* p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue