summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf/AgentSessionImpl.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-09-16 14:34:39 +0000
committerTed Ross <tross@apache.org>2011-09-16 14:34:39 +0000
commitab66e50da3f39257590b941ab1fabd709e298c8f (patch)
tree5fda155ed9c6fe2d3fed8681de577501dcd5921f /qpid/cpp/src/qmf/AgentSessionImpl.h
parent0f4893206428cea8b6b9af46ed2fdacc7b7d834f (diff)
downloadqpid-python-ab66e50da3f39257590b941ab1fabd709e298c8f.tar.gz
QPID-3484 - Added missing constructor for EventNotifier, fixed initialization bug.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1171592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/AgentSessionImpl.h')
-rw-r--r--qpid/cpp/src/qmf/AgentSessionImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmf/AgentSessionImpl.h b/qpid/cpp/src/qmf/AgentSessionImpl.h
index cf1b1d770f..9039a5985f 100644
--- a/qpid/cpp/src/qmf/AgentSessionImpl.h
+++ b/qpid/cpp/src/qmf/AgentSessionImpl.h
@@ -84,6 +84,7 @@ namespace qmf {
void setAttribute(const string& k, const qpid::types::Variant& v) { checkOpen(); attributes[k] = v; }
const string& getName() const { return agentName; }
void open();
+ void closeAsync();
void close();
bool nextEvent(AgentEvent& e, Duration t);
int pendingEvents() const;