diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-04-23 20:27:27 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-04-23 20:27:27 +0000 |
| commit | 944b2eb07f51118a37bacf3124dc19c0b7d85ca8 (patch) | |
| tree | 5ac8c02fdb578f93e8e73d01c1e42eb56e202ac4 /qpid/cpp/src/qmf/engine/BrokerProxyImpl.h | |
| parent | 5e4a9f8dd51364ef4479c0c94d339b8dade93640 (diff) | |
| download | qpid-python-944b2eb07f51118a37bacf3124dc19c0b7d85ca8.tar.gz | |
QPID-2546: implement event support for ruby wrapper. Python pending...
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@937506 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf/engine/BrokerProxyImpl.h')
| -rw-r--r-- | qpid/cpp/src/qmf/engine/BrokerProxyImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h b/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h index b651b52345..494da5e239 100644 --- a/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h +++ b/qpid/cpp/src/qmf/engine/BrokerProxyImpl.h @@ -22,6 +22,7 @@ #include "qmf/engine/Console.h" #include "qmf/engine/ObjectImpl.h" +#include "qmf/engine/EventImpl.h" #include "qmf/engine/SchemaImpl.h" #include "qmf/engine/ValueImpl.h" #include "qmf/engine/QueryImpl.h" |
