You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2007/09/10 17:38:39 UTC

svn commit: r574284 - /incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h

Author: cctrieloff
Date: Mon Sep 10 08:38:39 2007
New Revision: 574284

URL: http://svn.apache.org/viewvc?rev=574284&view=rev
Log:
memory clean up fix

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h?rev=574284&r1=574283&r2=574284&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/PersistableQueue.h Mon Sep 10 08:38:39 2007
@@ -36,7 +36,8 @@
 
 class ExternalQueueStore
 {
-
+public:
+    virtual ~ExternalQueueStore() {};
 
 };