diff options
Diffstat (limited to 'cpp/lib/broker/Reference.h')
-rw-r--r-- | cpp/lib/broker/Reference.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/lib/broker/Reference.h b/cpp/lib/broker/Reference.h index e453645a54..277eb7b917 100644 --- a/cpp/lib/broker/Reference.h +++ b/cpp/lib/broker/Reference.h @@ -36,6 +36,9 @@ namespace broker { class MessageMessage; class ReferenceRegistry; +// FIXME aconway 2007-03-27: Merge with client::IncomingMessage +// to common reference handling code. + /** * A reference is an accumulation point for data in a multi-frame * message. A reference can be used by multiple transfer commands to |