- 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:
parent
d26ee57e3c
commit
1506c46287
3 changed files with 225 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue