From 3ad9bfa66c4389c7629d757ecd6d63f28945aaa1 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 19 Jun 2013 17:26:55 +0000 Subject: QPID-4905: Add needed virtual destructor missed earlier git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1494700 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/ConnectionIdentity.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/ConnectionIdentity.h b/cpp/src/qpid/broker/ConnectionIdentity.h index fdd8d36842..4e28ca11e3 100644 --- a/cpp/src/qpid/broker/ConnectionIdentity.h +++ b/cpp/src/qpid/broker/ConnectionIdentity.h @@ -37,6 +37,9 @@ class OwnershipToken; // Interface used to hold Connection authentication and object details for use when authenticating // publihed management requests. class ConnectionIdentity { +protected: + virtual ~ConnectionIdentity() {} + public: virtual const OwnershipToken* getOwnership() const = 0; virtual const management::ObjectId getObjectId() const = 0; -- cgit v1.2.1