diff options
Diffstat (limited to 'gentools/templ.cpp/AMQP_ServerOperations.h.tmpl')
| -rw-r--r-- | gentools/templ.cpp/AMQP_ServerOperations.h.tmpl | 52 |
1 files changed, 27 insertions, 25 deletions
diff --git a/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl b/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl index eed4d7960f..7953e5be21 100644 --- a/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl +++ b/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl @@ -1,24 +1,24 @@ &{AMQP_ServerOperations.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,18 +29,20 @@ #ifndef _AMQP_ServerOperations_ #define _AMQP_ServerOperations_ -#include "qpid/framing/FieldTable.h" -#include "qpid/framing/ProtocolVersion.h" -#include "qpid/framing/ProtocolVersionException.h" #include <sstream> +#include <qpid/framing/FieldTable.h> +#include <qpid/framing/ProtocolVersion.h> +#include <qpid/framing/ProtocolVersionException.h> + namespace qpid { namespace framing { class AMQP_ServerOperations { -private: +protected: ProtocolVersion version; + AMQP_ServerOperations() {} public: AMQP_ServerOperations(u_int8_t major, u_int8_t minor) : version(major, minor) {} @@ -60,7 +62,7 @@ public: } // Include framing constant declarations - #include "AMQP_Constants.h" + #include <qpid/framing/AMQP_Constants.h> // Inner classes |
