diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-08 19:07:02 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-08 19:07:02 +0200 |
commit | 85e1431aa382f721e3b51804ca0b00ab063553ef (patch) | |
tree | 71ea37b36a5c534e62b6d755aa03405a122e934a /api/umosapi.h | |
parent | f502716912b349ea446aa52556701bbda9083de8 (diff) | |
download | umosapicpp-85e1431aa382f721e3b51804ca0b00ab063553ef.tar.xz umosapicpp-85e1431aa382f721e3b51804ca0b00ab063553ef.zip |
Add ability to delete an uobject
Diffstat (limited to 'api/umosapi.h')
-rw-r--r-- | api/umosapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/umosapi.h b/api/umosapi.h index 684f9d5..2e5e343 100644 --- a/api/umosapi.h +++ b/api/umosapi.h @@ -26,6 +26,8 @@ class UmosapiService { void addUObject(const Rest::Request& request, Http::ResponseWriter response); + void deleteUObject(const Rest::Request& request, Http::ResponseWriter response); + std::shared_ptr<Http::Endpoint> httpEndpoint; Rest::Description desc; Rest::Router router; |