diff options
author | Alan Conway <aconway@apache.org> | 2008-04-24 17:42:59 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-04-24 17:42:59 +0000 |
commit | 757d86d81e811f105f72fdfce5bc18d83aaa08d4 (patch) | |
tree | d095206cd9129f04bf77a3c59be5d5673554f2ec /cpp/src/qpid/framing/Invoker.h | |
parent | 20373a2ab9e3dab3b2164e1e0409eefd2fb4cc4e (diff) | |
download | qpid-python-757d86d81e811f105f72fdfce5bc18d83aaa08d4.tar.gz |
Edits to doxygen comments for user documentation.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/Invoker.h')
-rw-r--r-- | cpp/src/qpid/framing/Invoker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/Invoker.h b/cpp/src/qpid/framing/Invoker.h index 6c2b972c13..4f1cf7c331 100644 --- a/cpp/src/qpid/framing/Invoker.h +++ b/cpp/src/qpid/framing/Invoker.h @@ -58,7 +58,7 @@ class Invoker: public MethodBodyDefaultVisitor, protected StructHelper }; /** - * Invoke on an invocable object. + * Invoke an invocable object. * Invocable classes must provide a nested type Invoker. */ template <class Invocable> @@ -69,7 +69,7 @@ Invoker::Result invoke(Invocable& target, const AMQMethodBody& body) { } /** - * Invoke on an invocable object. + * Invoke an invocable object. * Invocable classes must provide a nested type Invoker. */ template <class Invocable> |