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 | 036527ef6d2460d13b29857f34a0e0c91814246a (patch) | |
| tree | f6e9ba4d794368d5fbfb1bf66db14ba60908532b /qpid/cpp/lib/client/MethodBodyInstances.h | |
| parent | 2b03d1a8dce5bc9d7d6baa19497554764f03721b (diff) | |
| download | qpid-python-036527ef6d2460d13b29857f34a0e0c91814246a.tar.gz | |
Added some doxygen comments for the client API.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@486747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/client/MethodBodyInstances.h')
| -rw-r--r-- | qpid/cpp/lib/client/MethodBodyInstances.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/qpid/cpp/lib/client/MethodBodyInstances.h b/qpid/cpp/lib/client/MethodBodyInstances.h index 7663a8b3ae..3ab0c9af8f 100644 --- a/qpid/cpp/lib/client/MethodBodyInstances.h +++ b/qpid/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: |
