diff options
| author | Ted Ross <tross@apache.org> | 2008-12-23 19:38:25 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-12-23 19:38:25 +0000 |
| commit | 564775ae717db7743d41f7620cde8845dc7d35b8 (patch) | |
| tree | 8e5f5b8985a5428ce766ef05161887b256615a88 /qpid/cpp/src/qmfc.mk | |
| parent | 1ac4193fbf6dcbf1e95da4250b6d3bb1d928ab2f (diff) | |
| download | qpid-python-564775ae717db7743d41f7620cde8845dc7d35b8.tar.gz | |
QPID-1412 Updates and fixes for the c++ console API:
- Added event support
- Converted raw pointers to shared_ptrs in references to Values.
This fixes a memory leak in the original code.
- Added wrappers to make value access more convenient.
- Added timeout handling for synchronous operations.
Timeout values are configurable.
- Fixed a bug in getObjects whereby waitForStable was not called and
the operation could fail if called too early.
- Added examples "printevents" and "ping" to illustrate the usage of
different aspects of the API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@729075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmfc.mk')
| -rw-r--r-- | qpid/cpp/src/qmfc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmfc.mk b/qpid/cpp/src/qmfc.mk index 6fa7d4c988..089ac2dcd9 100644 --- a/qpid/cpp/src/qmfc.mk +++ b/qpid/cpp/src/qmfc.mk @@ -31,6 +31,7 @@ libqmfconsole_la_SOURCES = \ qpid/console/ClassKey.cpp \ qpid/console/ConsoleListener.h \ qpid/console/Event.h \ + qpid/console/Event.cpp \ qpid/console/Object.h \ qpid/console/Object.cpp \ qpid/console/ObjectId.h \ |
