diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-03-26 01:24:11 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-26 01:24:11 +0100 |
commit | 499a15993293bf3a793690bd8fe75a2459febb73 (patch) | |
tree | 5e53f24f98fb04ea808bee5c0fd0a686919cae49 /contrib/protoc-bnet/service_options.pb.h | |
parent | 092d52080f3c8378bc3e5f35b7066c03500314e2 (diff) |
Contrib: Added sources of the protoc plugin used to generate services
Diffstat (limited to 'contrib/protoc-bnet/service_options.pb.h')
-rw-r--r-- | contrib/protoc-bnet/service_options.pb.h | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/contrib/protoc-bnet/service_options.pb.h b/contrib/protoc-bnet/service_options.pb.h new file mode 100644 index 00000000000..720ca4c36cd --- /dev/null +++ b/contrib/protoc-bnet/service_options.pb.h @@ -0,0 +1,68 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: service_options.proto + +#ifndef PROTOBUF_service_5foptions_2eproto__INCLUDED +#define PROTOBUF_service_5foptions_2eproto__INCLUDED + +#include <string> + +#include <google/protobuf/stubs/common.h> + +#if GOOGLE_PROTOBUF_VERSION < 2006000 +#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 2006001 < 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/descriptor.pb.h" +// @@protoc_insertion_point(includes) + +namespace Battlenet { + +// Internal implementation detail -- do not call these. +void protobuf_AddDesc_service_5foptions_2eproto(); +void protobuf_AssignDesc_service_5foptions_2eproto(); +void protobuf_ShutdownFile_service_5foptions_2eproto(); + + +// =================================================================== + + +// =================================================================== + +static const int kOriginalFullyQualifiedDescriptorNameFieldNumber = 1001; +extern ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, + ::google::protobuf::internal::StringTypeTraits, 9, false > + original_fully_qualified_descriptor_name; +static const int kServiceIdFieldNumber = 50000; +extern ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, + ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false > + service_id; + +// =================================================================== + + +// @@protoc_insertion_point(namespace_scope) + +} // namespace Battlenet + +#ifndef SWIG +namespace google { +namespace protobuf { + + +} // namespace google +} // namespace protobuf +#endif // SWIG + +// @@protoc_insertion_point(global_scope) + +#endif // PROTOBUF_service_5foptions_2eproto__INCLUDED |