mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
96 lines
3.5 KiB
C++
96 lines
3.5 KiB
C++
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: service_options.proto
|
|
|
|
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
|
|
#include "service_options.pb.h"
|
|
|
|
#include <algorithm>
|
|
|
|
#include <google/protobuf/stubs/common.h>
|
|
#include <google/protobuf/stubs/once.h>
|
|
#include <google/protobuf/io/coded_stream.h>
|
|
#include <google/protobuf/wire_format_lite_inl.h>
|
|
#include <google/protobuf/descriptor.h>
|
|
#include <google/protobuf/generated_message_reflection.h>
|
|
#include <google/protobuf/reflection_ops.h>
|
|
#include <google/protobuf/wire_format.h>
|
|
// @@protoc_insertion_point(includes)
|
|
|
|
namespace Battlenet {
|
|
|
|
namespace {
|
|
|
|
|
|
} // namespace
|
|
|
|
|
|
void protobuf_AssignDesc_service_5foptions_2eproto() {
|
|
protobuf_AddDesc_service_5foptions_2eproto();
|
|
const ::google::protobuf::FileDescriptor* file =
|
|
::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
|
|
"service_options.proto");
|
|
GOOGLE_CHECK(file != NULL);
|
|
}
|
|
|
|
namespace {
|
|
|
|
GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);
|
|
inline void protobuf_AssignDescriptorsOnce() {
|
|
::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
|
|
&protobuf_AssignDesc_service_5foptions_2eproto);
|
|
}
|
|
|
|
void protobuf_RegisterTypes(const ::std::string&) {
|
|
protobuf_AssignDescriptorsOnce();
|
|
}
|
|
|
|
} // namespace
|
|
|
|
void protobuf_ShutdownFile_service_5foptions_2eproto() {
|
|
}
|
|
|
|
void protobuf_AddDesc_service_5foptions_2eproto() {
|
|
static bool already_here = false;
|
|
if (already_here) return;
|
|
already_here = true;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
::google::protobuf::protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto();
|
|
::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
|
|
"\n\025service_options.proto\022\tBattlenet\032 goog"
|
|
"le/protobuf/descriptor.proto:R\n(original"
|
|
"_fully_qualified_descriptor_name\022\037.googl"
|
|
"e.protobuf.ServiceOptions\030\351\007 \001(\t:5\n\nserv"
|
|
"ice_id\022\037.google.protobuf.ServiceOptions\030"
|
|
"\320\206\003 \001(\rB\002H\002", 211);
|
|
::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
|
|
"service_options.proto", &protobuf_RegisterTypes);
|
|
::google::protobuf::internal::ExtensionSet::RegisterExtension(
|
|
&::google::protobuf::ServiceOptions::default_instance(),
|
|
1001, 9, false, false);
|
|
::google::protobuf::internal::ExtensionSet::RegisterExtension(
|
|
&::google::protobuf::ServiceOptions::default_instance(),
|
|
50000, 13, false, false);
|
|
::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_service_5foptions_2eproto);
|
|
}
|
|
|
|
// Force AddDescriptors() to be called at static initialization time.
|
|
struct StaticDescriptorInitializer_service_5foptions_2eproto {
|
|
StaticDescriptorInitializer_service_5foptions_2eproto() {
|
|
protobuf_AddDesc_service_5foptions_2eproto();
|
|
}
|
|
} static_descriptor_initializer_service_5foptions_2eproto_;
|
|
const ::std::string original_fully_qualified_descriptor_name_default("");
|
|
::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions,
|
|
::google::protobuf::internal::StringTypeTraits, 9, false >
|
|
original_fully_qualified_descriptor_name(kOriginalFullyQualifiedDescriptorNameFieldNumber, original_fully_qualified_descriptor_name_default);
|
|
::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions,
|
|
::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
|
|
service_id(kServiceIdFieldNumber, 0u);
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
} // namespace Battlenet
|
|
|
|
// @@protoc_insertion_point(global_scope)
|