84 lines
2.4 KiB
C++
84 lines
2.4 KiB
C++
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: im_msgid.proto
|
|
|
|
#ifndef PROTOBUF_im_5fmsgid_2eproto__INCLUDED
|
|
#define PROTOBUF_im_5fmsgid_2eproto__INCLUDED
|
|
|
|
#include <string>
|
|
|
|
#include <google/protobuf/stubs/common.h>
|
|
|
|
#if GOOGLE_PROTOBUF_VERSION < 2005000
|
|
#error This file was generated by a newer version of protoc which is
|
|
#error incompatible with your Protocol Buffer headers. Please update
|
|
#error your headers.
|
|
#endif
|
|
#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
|
|
#error This file was generated by an older version of protoc which is
|
|
#error incompatible with your Protocol Buffer headers. Please
|
|
#error regenerate this file with a newer version of protoc.
|
|
#endif
|
|
|
|
#include <google/protobuf/generated_message_util.h>
|
|
#include <google/protobuf/repeated_field.h>
|
|
#include <google/protobuf/extension_set.h>
|
|
#include <google/protobuf/generated_enum_reflection.h>
|
|
// @@protoc_insertion_point(includes)
|
|
|
|
namespace im {
|
|
|
|
// Internal implementation detail -- do not call these.
|
|
void protobuf_AddDesc_im_5fmsgid_2eproto();
|
|
void protobuf_AssignDesc_im_5fmsgid_2eproto();
|
|
void protobuf_ShutdownFile_im_5fmsgid_2eproto();
|
|
|
|
|
|
enum IMMessageId_e {
|
|
_IMSocketConnect = 1,
|
|
_IMSocketDisconnect = 2
|
|
};
|
|
bool IMMessageId_e_IsValid(int value);
|
|
const IMMessageId_e IMMessageId_e_MIN = _IMSocketConnect;
|
|
const IMMessageId_e IMMessageId_e_MAX = _IMSocketDisconnect;
|
|
const int IMMessageId_e_ARRAYSIZE = IMMessageId_e_MAX + 1;
|
|
|
|
const ::google::protobuf::EnumDescriptor* IMMessageId_e_descriptor();
|
|
inline const ::std::string& IMMessageId_e_Name(IMMessageId_e value) {
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
IMMessageId_e_descriptor(), value);
|
|
}
|
|
inline bool IMMessageId_e_Parse(
|
|
const ::std::string& name, IMMessageId_e* value) {
|
|
return ::google::protobuf::internal::ParseNamedEnum<IMMessageId_e>(
|
|
IMMessageId_e_descriptor(), name, value);
|
|
}
|
|
// ===================================================================
|
|
|
|
|
|
// ===================================================================
|
|
|
|
|
|
// ===================================================================
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
} // namespace im
|
|
|
|
#ifndef SWIG
|
|
namespace google {
|
|
namespace protobuf {
|
|
|
|
template <>
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::im::IMMessageId_e>() {
|
|
return ::im::IMMessageId_e_descriptor();
|
|
}
|
|
|
|
} // namespace google
|
|
} // namespace protobuf
|
|
#endif // SWIG
|
|
|
|
// @@protoc_insertion_point(global_scope)
|
|
|
|
#endif // PROTOBUF_im_5fmsgid_2eproto__INCLUDED
|