- 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:
parent
cb1d85a4cc
commit
22dded7243
5 changed files with 31 additions and 12 deletions
|
@ -488,6 +488,13 @@ ConcreteHistory::edit_subrequest(SubRequest& subrequest,
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
ConcreteHistory::reset()
|
||||
{
|
||||
reset(true);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
ConcreteHistory::set_front(position p)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue