diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-05 16:34:57 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-05 16:34:57 +0100 |
| commit | 2de9e3f35b537f36880f493aef2bc889a2a18b92 (patch) | |
| tree | 31ecd47470540e884eaac8b99b55328a20ff92ed /rotord/rotord.h | |
| parent | afaf35edbad11bc7d71a6793116c229dcfc38f92 (diff) | |
preserve previous frame on seek fail
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: |
