- Improved resource policy power
- added tests for gap management - added test for resource policy git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@971 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
4f3e8f61df
commit
c797bf97ae
10 changed files with 171 additions and 7 deletions
|
@ -56,7 +56,7 @@ ConcreteSimulation::get_mode() const
|
|||
}
|
||||
|
||||
void
|
||||
ConcreteSimulation::jump_to(History::position p)
|
||||
ConcreteSimulation::jump_to(History::position p) throw(UserInterruptException, NullPolicyException, MalformedPolicyException)
|
||||
{
|
||||
switch (_state)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue