diff options
Diffstat (limited to 'nexus/LoopController.cpp')
| -rw-r--r-- | nexus/LoopController.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/nexus/LoopController.cpp b/nexus/LoopController.cpp index 5cfb1fe..f8e01d7 100644 --- a/nexus/LoopController.cpp +++ b/nexus/LoopController.cpp @@ -21,14 +21,5 @@ LoopController::LoopController(PropertyManager *propmngr, IControllerHandler *handlers) : - Controller("LOOP", propmngr, handlers) { + Controller("loop", propmngr, handlers) { } - -int LoopController::set(const char *name, const char *value) { - return Controller::set(name, value); -} - -const char *LoopController::get(const char *name, char *buffer, size_t maxsize) { - return Controller::get(name, buffer, maxsize); -} - |
