// Generated by the protocol buffer compiler. DO NOT EDIT! // source: client2center_msg_type.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "client2center_msg_type.pb.h" #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace client2center_protocols { namespace { const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor_ = NULL; } // namespace void protobuf_AssignDesc_client2center_5fmsg_5ftype_2eproto() { protobuf_AddDesc_client2center_5fmsg_5ftype_2eproto(); const ::google::protobuf::FileDescriptor* file = ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( "client2center_msg_type.proto"); GOOGLE_CHECK(file != NULL); e_server_msg_type_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_client2center_5fmsg_5ftype_2eproto); } void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); } } // namespace void protobuf_ShutdownFile_client2center_5fmsg_5ftype_2eproto() { } void protobuf_AddDesc_client2center_5fmsg_5ftype_2eproto() { static bool already_here = false; if (already_here) return; already_here = true; GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( "\n\034client2center_msg_type.proto\022\027client2c" "enter_protocols*\271\001\n\021e_server_msg_type\022\032\n" "\024e_mst_start_c2center\020\260\352\001\022#\n\035e_mst_c2cen" "ter_player_connect\020\261\352\001\022\032\n\024e_mst_start_ce" "nter2c\020\270\221\002\022*\n$e_mst_center2c_player_conn" "ect_result\020\271\221\002\022\033\n\025e_mst_centerend_index\020" "\300\270\002", 243); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "client2center_msg_type.proto", &protobuf_RegisterTypes); ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_client2center_5fmsg_5ftype_2eproto); } // Force AddDescriptors() to be called at static initialization time. struct StaticDescriptorInitializer_client2center_5fmsg_5ftype_2eproto { StaticDescriptorInitializer_client2center_5fmsg_5ftype_2eproto() { protobuf_AddDesc_client2center_5fmsg_5ftype_2eproto(); } } static_descriptor_initializer_client2center_5fmsg_5ftype_2eproto_; const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor() { protobuf_AssignDescriptorsOnce(); return e_server_msg_type_descriptor_; } bool e_server_msg_type_IsValid(int value) { switch(value) { case 30000: case 30001: case 35000: case 35001: case 40000: return true; default: return false; } } // @@protoc_insertion_point(namespace_scope) } // namespace client2center_protocols // @@protoc_insertion_point(global_scope)