diff options
| author | Ted Ross <tross@apache.org> | 2009-09-29 03:21:49 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-09-29 03:21:49 +0000 |
| commit | 74fecbf7759d549824bf92266c51a3d5180b6b33 (patch) | |
| tree | 74acb6cfb5cdd1a6f6602073ee37f72847e69c53 /qpid/cpp/include/qmf/engine/ObjectId.h | |
| parent | 425d83fc95aa42e155341aac20b814d4bf7bae08 (diff) | |
| download | qpid-python-74fecbf7759d549824bf92266c51a3d5180b6b33.tar.gz | |
QMF Engine updates:
- Connected console handler callbacks
- Added string representations for a number of object classes
- Added a feature that completes query requests sent to disconnected agents
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@819819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include/qmf/engine/ObjectId.h')
| -rw-r--r-- | qpid/cpp/include/qmf/engine/ObjectId.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/include/qmf/engine/ObjectId.h b/qpid/cpp/include/qmf/engine/ObjectId.h index a4b868b578..b71473a799 100644 --- a/qpid/cpp/include/qmf/engine/ObjectId.h +++ b/qpid/cpp/include/qmf/engine/ObjectId.h @@ -38,6 +38,7 @@ namespace engine { uint32_t getObjectNumHi() const; uint32_t getObjectNumLo() const; bool isDurable() const; + const char* str() const; bool operator==(const ObjectId& other) const; bool operator<(const ObjectId& other) const; |
