- Fix the bug about reconfiguring a policy don't resetting the

History the Hard Way(tm)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1026 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-06 16:33:39 +00:00
parent cb1d85a4cc
commit 22dded7243
5 changed files with 31 additions and 12 deletions

View file

@ -488,6 +488,13 @@ ConcreteHistory::edit_subrequest(SubRequest& subrequest,
}
void
ConcreteHistory::reset()
{
reset(true);
}
void
ConcreteHistory::set_front(position p)
{