diff options
| author | Ted Ross <tross@apache.org> | 2011-09-16 14:34:39 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-09-16 14:34:39 +0000 |
| commit | ab66e50da3f39257590b941ab1fabd709e298c8f (patch) | |
| tree | 5fda155ed9c6fe2d3fed8681de577501dcd5921f /qpid/cpp/src/qmf/AgentSessionImpl.h | |
| parent | 0f4893206428cea8b6b9af46ed2fdacc7b7d834f (diff) | |
| download | qpid-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.h | 1 |
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; |
