diff options
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/ConnectionIdentity.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/ConnectionIdentity.h b/qpid/cpp/src/qpid/broker/ConnectionIdentity.h index fdd8d36842..4e28ca11e3 100644 --- a/qpid/cpp/src/qpid/broker/ConnectionIdentity.h +++ b/qpid/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; |
