diff options
| author | Ted Ross <tross@apache.org> | 2009-10-02 21:43:22 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-10-02 21:43:22 +0000 |
| commit | f81547080ee98c69f6f505a388b504644f7197a8 (patch) | |
| tree | fc29f1cba5438cbe2c5a5fba498a1fc9781466bf /cpp/include/qmf/engine/ObjectId.h | |
| parent | ee477a65e6ac9532a27cdf589df6d9aba7d97796 (diff) | |
| download | qpid-python-f81547080ee98c69f6f505a388b504644f7197a8.tar.gz | |
QMF Fixes in Ruby Console:
- AgentProxy object now has broker_bank and agent_bank accessors
- Fixed a bug in the returning og reference values (ObjectId)
- Added package_name accessor to SchemaObjectClass
- Added accessors for agent/broker bank to ObjectId
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qmf/engine/ObjectId.h')
| -rw-r--r-- | cpp/include/qmf/engine/ObjectId.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/qmf/engine/ObjectId.h b/cpp/include/qmf/engine/ObjectId.h index b71473a799..2055972c00 100644 --- a/cpp/include/qmf/engine/ObjectId.h +++ b/cpp/include/qmf/engine/ObjectId.h @@ -39,6 +39,10 @@ namespace engine { uint32_t getObjectNumLo() const; bool isDurable() const; const char* str() const; + uint8_t getFlags() const; + uint16_t getSequence() const; + uint32_t getBrokerBank() const; + uint32_t getAgentBank() const; bool operator==(const ObjectId& other) const; bool operator<(const ObjectId& other) const; |
