diff options
Diffstat (limited to 'gentools/templ.cpp/AMQP_ServerProxy.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_ServerProxy.h.tmpl | 69 |
1 files changed, 37 insertions, 32 deletions
diff --git a/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl b/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl index 6de12fef2d..33773116e3 100644 --- a/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl +++ b/gentools/templ.cpp/AMQP_ServerProxy.h.tmpl @@ -1,24 +1,24 @@ &{AMQP_ServerProxy.h} -/** -* -* Licensed to the Apache Software Foundation (ASF) under one -* or more contributor license agreements. See the NOTICE file -* distributed with this work for additional information -* regarding copyright ownership. The ASF licenses this file -* to you under the Apache License, Version 2.0 (the -* "License"); you may not use this file except in compliance -* with the License. You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, -* software distributed under the License is distributed on an -* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -* KIND, either express or implied. See the License for the -* specific language governing permissions and limitations -* under the License. -* -*/ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ /* * This file is auto-generated by ${GENERATOR} - do not modify. @@ -29,9 +29,9 @@ #ifndef _AMQP_ServerProxy_ #define _AMQP_ServerProxy_ -#include "AMQP_ServerOperations.h" -#include "qpid/framing/FieldTable.h" -#include "qpid/framing/OutputHandler.h" +#include <qpid/framing/AMQP_ServerOperations.h> +#include <qpid/framing/FieldTable.h> +#include <qpid/framing/OutputHandler.h> namespace qpid { namespace framing { @@ -40,25 +40,30 @@ class AMQP_ServerProxy : virtual public AMQP_ServerOperations { private: OutputHandler* out; - u_int8_t major; - u_int8_t minor; - - // Inner class instances - -%{CLIST} ${sph_inner_class_instance} +%{CLIST} ${sph_handler_pointer_defn} public: AMQP_ServerProxy(OutputHandler* out, u_int8_t major, u_int8_t minor); virtual ~AMQP_ServerProxy() {} - // Inner class instance get methods - -%{CLIST} ${sph_inner_class_get_method} + // Get methods for handlers + +%{CLIST} ${sph_handler_pointer_get_method} // Inner class definitions %{CLIST} ${sph_inner_class_defn} +private: + // Inner class instances + +%{CLIST} ${sph_inner_class_instance} + +public: + // Inner class instance get methods + +%{CLIST} ${sph_inner_class_get_method} + }; /* class AMQP_ServerProxy */ } /* namespace framing */ |
