diff options
author | Gordon Sim <gsim@apache.org> | 2006-12-13 17:15:01 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-12-13 17:15:01 +0000 |
commit | 346760b8e03bb50c1704d9e7e762fa4f5a284fb6 (patch) | |
tree | 0271c7fc7d0799f7ecf80b362512b68cb2c5eeec /cpp/lib/client/MethodBodyInstances.h | |
parent | 9b87937e2657848cd8497bda70266e38dc8c0f90 (diff) | |
download | qpid-python-346760b8e03bb50c1704d9e7e762fa4f5a284fb6.tar.gz |
Added some doxygen comments for the client API.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486747 13f79535-47bb-0310-9956-ffa450edef68
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: |