diff options
Diffstat (limited to 'gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl b/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl index 8996f4a41c..0855bc2026 100644 --- a/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl +++ b/gentools/templ.cpp/AMQP_ServerProxy.cpp.tmpl @@ -23,23 +23,23 @@ %{VLIST} * ${major}-${minor} */ +#include <sstream> #include "AMQP_ServerProxy.h" namespace qpid { namespace framing { -AMQP_ServerProxy::AMQP_ServerProxy(OutputHandler* _out) : - out(_out) -{CLIST} {spc_constructor_initializer} +AMQP_ServerProxy::AMQP_ServerProxy(OutputHandler* out, u_int8_t major, u_int8_t minor) : +%{CLIST} ${spc_constructor_initializer} {} // Inner class instance get methods -{CLIST} {spc_inner_class_get_method} +%{CLIST} ${spc_inner_class_get_method} // Inner class implementation -{CLIST} {spc_inner_class_impl} +%{CLIST} ${spc_inner_class_impl} } /* namespace framing */ } /* namespace qpid */ |
