- Add History::clear() to empty an existing history (equivalent

to removing all of its resources and all of its processes, but
faster)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@887 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-16 21:25:08 +00:00
parent 0933d63344
commit 0b4db098eb
3 changed files with 14 additions and 0 deletions

View file

@ -60,6 +60,7 @@ namespace sgpem
virtual void remove(Request& request);
virtual void remove(SubRequest& subrequest);
virtual void clear();
virtual ResourcePair add_resource(const Glib::ustring& name,
bool preemptable = false,