From ef1469a7ea1f54f266aee8f2899b7cd0c7e07d08 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 15 Jan 2007 21:56:23 +0000 Subject: * Client & broker using Requester/Responder to manage request/response IDs. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496511 13f79535-47bb-0310-9956-ffa450edef68 --- gentools/templ.cpp/MethodBodyClass.h.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gentools') diff --git a/gentools/templ.cpp/MethodBodyClass.h.tmpl b/gentools/templ.cpp/MethodBodyClass.h.tmpl index 428f0f54b6..39f423dafb 100644 --- a/gentools/templ.cpp/MethodBodyClass.h.tmpl +++ b/gentools/templ.cpp/MethodBodyClass.h.tmpl @@ -69,7 +69,8 @@ ${mb_constructor_with_initializers} inline void print(std::ostream& out) const { - out << "${CLASS}${METHOD}: "; + printPrefix(out); + out << "${CLASS}${METHOD}: "; %{FLIST} ${mb_field_print} } -- cgit v1.2.1