diff options
author | Rider Linden <none@none> | 2015-04-28 09:39:47 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-28 09:39:47 -0700 |
commit | da32de179d50d85cd815c545282d274d18c9dc3e (patch) | |
tree | 624b8d45a5bbe31d314302f071fa5603b6cfd935 /indra/llcorehttp | |
parent | e5c281025d941996b94a27c28139d4aacbf68bce (diff) |
Converting llmediaclient to new order.
Temp disable llmediaclient's unit tests for link issues.
Diffstat (limited to 'indra/llcorehttp')
-rwxr-xr-x | indra/llcorehttp/httphandler.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llcorehttp/httphandler.h b/indra/llcorehttp/httphandler.h index 740e986dec..7bc9096703 100755 --- a/indra/llcorehttp/httphandler.h +++ b/indra/llcorehttp/httphandler.h @@ -53,8 +53,9 @@ class HttpResponse; /// that is rarely a good idea. Queued requests and replies keep /// a naked pointer to the handler and this can result in a /// dangling pointer if lifetimes aren't managed correctly. - -class HttpHandler +/// +/// *TODO: public std::enable_shared_from_this<HttpHandler> +class HttpHandler { public: virtual ~HttpHandler() |