aboutsummaryrefslogtreecommitdiff
path: root/contrib/protoc-bnet/method_options.pb.cc
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-03-26 01:24:11 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-26 01:24:11 +0100
commit499a15993293bf3a793690bd8fe75a2459febb73 (patch)
tree5e53f24f98fb04ea808bee5c0fd0a686919cae49 /contrib/protoc-bnet/method_options.pb.cc
parent092d52080f3c8378bc3e5f35b7066c03500314e2 (diff)
Contrib: Added sources of the protoc plugin used to generate services
Diffstat (limited to 'contrib/protoc-bnet/method_options.pb.cc')
-rw-r--r--contrib/protoc-bnet/method_options.pb.cc86
1 files changed, 86 insertions, 0 deletions
diff --git a/contrib/protoc-bnet/method_options.pb.cc b/contrib/protoc-bnet/method_options.pb.cc
new file mode 100644
index 00000000000..ab369b71d76
--- /dev/null
+++ b/contrib/protoc-bnet/method_options.pb.cc
@@ -0,0 +1,86 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: method_options.proto
+
+#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
+#include "method_options.pb.h"
+
+#include <algorithm>
+
+#include <google/protobuf/stubs/common.h>
+#include <google/protobuf/stubs/once.h>
+#include <google/protobuf/io/coded_stream.h>
+#include <google/protobuf/wire_format_lite_inl.h>
+#include <google/protobuf/descriptor.h>
+#include <google/protobuf/generated_message_reflection.h>
+#include <google/protobuf/reflection_ops.h>
+#include <google/protobuf/wire_format.h>
+// @@protoc_insertion_point(includes)
+
+namespace Battlenet {
+
+namespace {
+
+
+} // namespace
+
+
+void protobuf_AssignDesc_method_5foptions_2eproto() {
+ protobuf_AddDesc_method_5foptions_2eproto();
+ const ::google::protobuf::FileDescriptor* file =
+ ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
+ "method_options.proto");
+ GOOGLE_CHECK(file != NULL);
+}
+
+namespace {
+
+GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);
+inline void protobuf_AssignDescriptorsOnce() {
+ ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
+ &protobuf_AssignDesc_method_5foptions_2eproto);
+}
+
+void protobuf_RegisterTypes(const ::std::string&) {
+ protobuf_AssignDescriptorsOnce();
+}
+
+} // namespace
+
+void protobuf_ShutdownFile_method_5foptions_2eproto() {
+}
+
+void protobuf_AddDesc_method_5foptions_2eproto() {
+ static bool already_here = false;
+ if (already_here) return;
+ already_here = true;
+ GOOGLE_PROTOBUF_VERIFY_VERSION;
+
+ ::google::protobuf::protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto();
+ ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
+ "\n\024method_options.proto\022\tBattlenet\032 googl"
+ "e/protobuf/descriptor.proto:3\n\tmethod_id"
+ "\022\036.google.protobuf.MethodOptions\030\320\206\003 \001(\r"
+ "B\002H\002", 124);
+ ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
+ "method_options.proto", &protobuf_RegisterTypes);
+ ::google::protobuf::internal::ExtensionSet::RegisterExtension(
+ &::google::protobuf::MethodOptions::default_instance(),
+ 50000, 13, false, false);
+ ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_method_5foptions_2eproto);
+}
+
+// Force AddDescriptors() to be called at static initialization time.
+struct StaticDescriptorInitializer_method_5foptions_2eproto {
+ StaticDescriptorInitializer_method_5foptions_2eproto() {
+ protobuf_AddDesc_method_5foptions_2eproto();
+ }
+} static_descriptor_initializer_method_5foptions_2eproto_;
+::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions,
+ ::google::protobuf::internal::PrimitiveTypeTraits< ::google::protobuf::uint32 >, 13, false >
+ method_id(kMethodIdFieldNumber, 0u);
+
+// @@protoc_insertion_point(namespace_scope)
+
+} // namespace Battlenet
+
+// @@protoc_insertion_point(global_scope)