diff options
Diffstat (limited to 'cpp/lib/client/MethodBodyInstances.h')
-rw-r--r-- | cpp/lib/client/MethodBodyInstances.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cpp/lib/client/MethodBodyInstances.h b/cpp/lib/client/MethodBodyInstances.h index 7663a8b3ae..3ab0c9af8f 100644 --- a/cpp/lib/client/MethodBodyInstances.h +++ b/cpp/lib/client/MethodBodyInstances.h @@ -20,17 +20,16 @@ */ #include <framing/amqp_framing.h> -/** - * This file replaces the auto-generated instances in the former - * amqp_methods.h file. Add additional instances as needed. - */ - #ifndef _MethodBodyInstances_h_ #define _MethodBodyInstances_h_ namespace qpid { namespace client { +/** + * A list of method body instances that can be used to compare against + * incoming bodies. + */ class MethodBodyInstances { private: |