summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpreplyqueue.h
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-06-18 11:16:58 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-06-18 11:16:58 -0400
commit46662a3010b2c920ae60b4ca246d56e3caee6f6f (patch)
treec4cd4a420a3b94767fb3e9d5a54288dbf254465c /indra/llcorehttp/_httpreplyqueue.h
parent252c297bcc0d9ed8e732d86c9c5886cd63c54f8d (diff)
Move dtors for refcounted objects to protected access.
Diffstat (limited to 'indra/llcorehttp/_httpreplyqueue.h')
-rw-r--r--indra/llcorehttp/_httpreplyqueue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpreplyqueue.h b/indra/llcorehttp/_httpreplyqueue.h
index 28cb1d68b7..4220a09a3b 100644
--- a/indra/llcorehttp/_httpreplyqueue.h
+++ b/indra/llcorehttp/_httpreplyqueue.h
@@ -63,7 +63,9 @@ class HttpReplyQueue : public LLCoreInt::RefCounted
public:
/// Caller acquires a Refcount on construction
HttpReplyQueue();
- virtual ~HttpReplyQueue();
+
+protected:
+ virtual ~HttpReplyQueue(); // Use release()
private:
HttpReplyQueue(const HttpReplyQueue &); // Not defined