diff options
| author | Ted Ross <tross@apache.org> | 2011-02-04 08:22:30 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-02-04 08:22:30 +0000 |
| commit | e46939c93ba0682d74f025eeec7bdb88229b4277 (patch) | |
| tree | eb55184ad87bc9c31168bf955256959541fc117b /cpp/include | |
| parent | e7f02a8b8b25d9fcce6525ccc5b794f8438995f0 (diff) | |
| download | qpid-python-e46939c93ba0682d74f025eeec7bdb88229b4277.tar.gz | |
Added missing even handling in the console.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qmf/ConsoleEvent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/qmf/ConsoleEvent.h b/cpp/include/qmf/ConsoleEvent.h index 54272334a4..b836b629af 100644 --- a/cpp/include/qmf/ConsoleEvent.h +++ b/cpp/include/qmf/ConsoleEvent.h @@ -74,6 +74,8 @@ namespace qmf { QMF_EXTERN Data getData(uint32_t) const; QMF_EXTERN bool isFinal() const; QMF_EXTERN const qpid::types::Variant::Map& getArguments() const; + QMF_EXTERN int getSeverity() const; + QMF_EXTERN uint64_t getTimestamp() const; #ifndef SWIG private: |
