- Added the REMOVE command, it was almost completely a cut-and-paste work, so the code will need some refactoring to remove duplicated portions

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@770 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-07-15 15:46:13 +00:00
parent d26ee57e3c
commit 1506c46287
3 changed files with 225 additions and 1 deletions

View file

@ -155,6 +155,11 @@ namespace sgpem
void on_add_request(const Tokens& arguments);
void on_add_subrequest(const Tokens& arguments);
void on_remove(const Tokens& arguments);
void on_remove_process(const Tokens& arguments);
void on_remove_resource(const Tokens& arguments);
void on_remove_thread(const Tokens& arguments);
void on_remove_request(const Tokens& arguments);
void on_remove_subrequest(const Tokens& arguments);
// FIXME This is a temporary replacement for the
// to-be written I/O layer