diff options
Diffstat (limited to 'cpp/lib/broker/BrokerMessageBase.h')
-rw-r--r-- | cpp/lib/broker/BrokerMessageBase.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/lib/broker/BrokerMessageBase.h b/cpp/lib/broker/BrokerMessageBase.h index 7739ab19e0..4989cccdd3 100644 --- a/cpp/lib/broker/BrokerMessageBase.h +++ b/cpp/lib/broker/BrokerMessageBase.h @@ -110,10 +110,6 @@ class Message { virtual bool isComplete() = 0; virtual uint64_t contentSize() const = 0; - // FIXME aconway 2007-02-06: Get rid of BasicHeaderProperties - // at this level. Expose only generic properties available from both - // message types (e.g. getApplicationHeaders below). - // virtual framing::BasicHeaderProperties* getHeaderProperties() = 0; virtual const framing::FieldTable& getApplicationHeaders() = 0; virtual bool isPersistent() = 0; |