// Generated by the protocol buffer compiler. DO NOT EDIT! // source: global_extensions/routing.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "global_extensions/routing.pb.h" #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace bgs { namespace protocol { namespace { const ::google::protobuf::EnumDescriptor* ClientIdentityRoutingType_descriptor_ = NULL; } // namespace void protobuf_AssignDesc_global_5fextensions_2frouting_2eproto() { protobuf_AddDesc_global_5fextensions_2frouting_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( "global_extensions/routing.proto"); GOOGLE_CHECK(file != NULL); ClientIdentityRoutingType_descriptor_ = file->enum_type(0); } namespace { GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_); inline void protobuf_AssignDescriptorsOnce() { ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, &protobuf_AssignDesc_global_5fextensions_2frouting_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); } } // namespace void protobuf_ShutdownFile_global_5fextensions_2frouting_2eproto() { } void protobuf_AddDesc_global_5fextensions_2frouting_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( "\n\037global_extensions/routing.proto\022\014bgs.p" "rotocol*\304\001\n\031ClientIdentityRoutingType\022$\n" " CLIENT_IDENTITY_ROUTING_DISABLED\020\000\022.\n*C" "LIENT_IDENTITY_ROUTING_BATTLE_NET_ACCOUN" "T\020\001\022(\n$CLIENT_IDENTITY_ROUTING_GAME_ACCO" "UNT\020\002\022\'\n#CLIENT_IDENTITY_ROUTING_INSTANC" "E_ID\020\003B\002H\002", 250); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "global_extensions/routing.proto", &protobuf_RegisterTypes); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_global_5fextensions_2frouting_2eproto); } // Force AddDescriptors() to be called at static initialization time. struct StaticDescriptorInitializer_global_5fextensions_2frouting_2eproto { StaticDescriptorInitializer_global_5fextensions_2frouting_2eproto() { protobuf_AddDesc_global_5fextensions_2frouting_2eproto(); } } static_descriptor_initializer_global_5fextensions_2frouting_2eproto_; const ::google::protobuf::EnumDescriptor* ClientIdentityRoutingType_descriptor() { protobuf_AssignDescriptorsOnce(); return ClientIdentityRoutingType_descriptor_; } bool ClientIdentityRoutingType_IsValid(int value) { switch(value) { case 0: case 1: case 2: case 3: return true; default: return false; } } // @@protoc_insertion_point(namespace_scope) } // namespace protocol } // namespace bgs // @@protoc_insertion_point(global_scope)