diff options
Diffstat (limited to 'tizen/src/ecs/genmsg/ecs_ids.pb-c.h')
-rw-r--r-- | tizen/src/ecs/genmsg/ecs_ids.pb-c.h | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/tizen/src/ecs/genmsg/ecs_ids.pb-c.h b/tizen/src/ecs/genmsg/ecs_ids.pb-c.h index d81fc0a67f..292791fbab 100644 --- a/tizen/src/ecs/genmsg/ecs_ids.pb-c.h +++ b/tizen/src/ecs/genmsg/ecs_ids.pb-c.h @@ -1,11 +1,18 @@ /* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: ecs_ids.proto */ #ifndef PROTOBUF_C_ecs_5fids_2eproto__INCLUDED #define PROTOBUF_C_ecs_5fids_2eproto__INCLUDED -#include "../../distrib/protobuf/protobuf-c.h" +#include <protobuf-c/protobuf-c.h> -PROTOBUF_C_BEGIN_DECLS +PROTOBUF_C__BEGIN_DECLS + +#if PROTOBUF_C_VERSION_NUMBER < 1000000 +# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. +#elif 1002001 < PROTOBUF_C_MIN_COMPILER_VERSION +# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c. +#endif @@ -26,11 +33,15 @@ typedef enum _ECS__MasterType { ECS__MASTER__TYPE__MONITOR_REQ = 12, ECS__MASTER__TYPE__MONITOR_ANS = 13, ECS__MASTER__TYPE__MONITOR_NTF = 14, + /* + * extension from 101 to 150 + */ ECS__MASTER__TYPE__NFC_REQ = 101, ECS__MASTER__TYPE__NFC_NTF = 102, ECS__MASTER__TYPE__EVENTCAST_REQ = 103, ECS__MASTER__TYPE__EVENTCAST_ANS = 104, ECS__MASTER__TYPE__EVENTCAST_NTF = 105 + PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(ECS__MASTER__TYPE) } ECS__MasterType; /* --- messages --- */ @@ -45,7 +56,7 @@ typedef enum _ECS__MasterType { extern const ProtobufCEnumDescriptor ecs__master__type__descriptor; -PROTOBUF_C_END_DECLS +PROTOBUF_C__END_DECLS -#endif /* PROTOBUF_ecs_5fids_2eproto__INCLUDED */ +#endif /* PROTOBUF_C_ecs_5fids_2eproto__INCLUDED */ |