summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/IncompleteMessageList.h
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-11-27 18:48:18 +0000
committerGordon Sim <gsim@apache.org>2008-11-27 18:48:18 +0000
commit83a3e07591edb15d5301dfc8da3e4f90b440d8eb (patch)
tree956f913478c63649f36246bc317f274653904280 /cpp/src/qpid/broker/IncompleteMessageList.h
parent8c0a54230037ed99d5495fa13f68017cfc05473d (diff)
downloadqpid-python-83a3e07591edb15d5301dfc8da3e4f90b440d8eb.tar.gz
Backed out last change; not sure it actually makes sense.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@721258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/IncompleteMessageList.h')
-rw-r--r--cpp/src/qpid/broker/IncompleteMessageList.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/IncompleteMessageList.h b/cpp/src/qpid/broker/IncompleteMessageList.h
index 98971ebff0..f89c0023b0 100644
--- a/cpp/src/qpid/broker/IncompleteMessageList.h
+++ b/cpp/src/qpid/broker/IncompleteMessageList.h
@@ -39,7 +39,6 @@ class IncompleteMessageList
sys::Monitor lock;
Messages incomplete;
Message::MessageCallback callback;
- bool closed;
public:
typedef Message::MessageCallback CompletionListener;
@@ -47,7 +46,6 @@ public:
IncompleteMessageList();
~IncompleteMessageList();
- void close();
void add(boost::intrusive_ptr<Message> msg);
void process(const CompletionListener& l, bool sync);
void each(const CompletionListener& l);