diff options
Diffstat (limited to 'rotord/rotord.h')
| -rwxr-xr-x | rotord/rotord.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rotord/rotord.h b/rotord/rotord.h index 5b0e6ef..819cfb6 100755 --- a/rotord/rotord.h +++ b/rotord/rotord.h @@ -69,6 +69,7 @@ using Poco::AutoPtr; #include "rotor.h" +/* class RotorRequestHandler: public HTTPRequestHandler { public: @@ -87,6 +88,8 @@ class AudioAnalyserHandler: public HTTPRequestHandler private: vampHost::Settings settings; }; +*/ + class RenderContextHandler: public HTTPRequestHandler { @@ -98,7 +101,6 @@ class RenderContextHandler: public HTTPRequestHandler HTTPServerResponse::HTTPStatus status; }; - class RotorRequestHandlerFactory: public HTTPRequestHandlerFactory { public: |
