client2center_msg_type.pb.h 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: client2center_msg_type.proto
  3. #ifndef PROTOBUF_client2center_5fmsg_5ftype_2eproto__INCLUDED
  4. #define PROTOBUF_client2center_5fmsg_5ftype_2eproto__INCLUDED
  5. #include <string>
  6. #include <google/protobuf/stubs/common.h>
  7. #if GOOGLE_PROTOBUF_VERSION < 2005000
  8. #error This file was generated by a newer version of protoc which is
  9. #error incompatible with your Protocol Buffer headers. Please update
  10. #error your headers.
  11. #endif
  12. #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
  13. #error This file was generated by an older version of protoc which is
  14. #error incompatible with your Protocol Buffer headers. Please
  15. #error regenerate this file with a newer version of protoc.
  16. #endif
  17. #include <google/protobuf/generated_message_util.h>
  18. #include <google/protobuf/repeated_field.h>
  19. #include <google/protobuf/extension_set.h>
  20. #include <google/protobuf/generated_enum_reflection.h>
  21. // @@protoc_insertion_point(includes)
  22. namespace client2center_protocols {
  23. // Internal implementation detail -- do not call these.
  24. void protobuf_AddDesc_client2center_5fmsg_5ftype_2eproto();
  25. void protobuf_AssignDesc_client2center_5fmsg_5ftype_2eproto();
  26. void protobuf_ShutdownFile_client2center_5fmsg_5ftype_2eproto();
  27. enum e_server_msg_type {
  28. e_mst_start_c2center = 30000,
  29. e_mst_c2center_player_connect = 30001,
  30. e_mst_start_center2c = 35000,
  31. e_mst_center2c_player_connect_result = 35001,
  32. e_mst_centerend_index = 40000
  33. };
  34. bool e_server_msg_type_IsValid(int value);
  35. const e_server_msg_type e_server_msg_type_MIN = e_mst_start_c2center;
  36. const e_server_msg_type e_server_msg_type_MAX = e_mst_centerend_index;
  37. const int e_server_msg_type_ARRAYSIZE = e_server_msg_type_MAX + 1;
  38. const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor();
  39. inline const ::std::string& e_server_msg_type_Name(e_server_msg_type value) {
  40. return ::google::protobuf::internal::NameOfEnum(
  41. e_server_msg_type_descriptor(), value);
  42. }
  43. inline bool e_server_msg_type_Parse(
  44. const ::std::string& name, e_server_msg_type* value) {
  45. return ::google::protobuf::internal::ParseNamedEnum<e_server_msg_type>(
  46. e_server_msg_type_descriptor(), name, value);
  47. }
  48. // ===================================================================
  49. // ===================================================================
  50. // ===================================================================
  51. // @@protoc_insertion_point(namespace_scope)
  52. } // namespace client2center_protocols
  53. #ifndef SWIG
  54. namespace google {
  55. namespace protobuf {
  56. template <>
  57. inline const EnumDescriptor* GetEnumDescriptor< ::client2center_protocols::e_server_msg_type>() {
  58. return ::client2center_protocols::e_server_msg_type_descriptor();
  59. }
  60. } // namespace google
  61. } // namespace protobuf
  62. #endif // SWIG
  63. // @@protoc_insertion_point(global_scope)
  64. #endif // PROTOBUF_client2center_5fmsg_5ftype_2eproto__INCLUDED