diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-14 14:09:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-14 14:09:08 +0000 |
| commit | 9b3748849707c476b76c09fcabfefd965087a108 (patch) | |
| tree | f0d41cf4feb25f36e9a1e33065175b09f18ba3ec /cpp/src/qpid/broker/Message.h | |
| parent | e10d11937bccc3cdbdd867266501c3e16d28e933 (diff) | |
| download | qpid-python-9b3748849707c476b76c09fcabfefd965087a108.tar.gz | |
Handle asynchronous enqueue of messages.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@575689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Message.h')
| -rw-r--r-- | cpp/src/qpid/broker/Message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Message.h b/cpp/src/qpid/broker/Message.h index 26b31d73e5..53640c65ad 100644 --- a/cpp/src/qpid/broker/Message.h +++ b/cpp/src/qpid/broker/Message.h @@ -57,6 +57,8 @@ public: const ConnectionToken* getPublisher() const { return publisher; } void setPublisher(ConnectionToken* p) { publisher = p; } + const framing::SequenceNumber& getCommandId() { return frames.getId(); } + uint64_t contentSize() const; std::string getRoutingKey() const; |
