Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / deps / grpc / third_party / upb / upbc / generator.h
diff --git a/legacy-libs/grpc-cloned/deps/grpc/third_party/upb/upbc/generator.h b/legacy-libs/grpc-cloned/deps/grpc/third_party/upb/upbc/generator.h
new file mode 100644 (file)
index 0000000..ed6cedc
--- /dev/null
@@ -0,0 +1,12 @@
+
+#ifndef UPBC_GENERATOR_H_
+#define UPBC_GENERATOR_H_
+
+#include <memory>
+#include <google/protobuf/compiler/code_generator.h>
+
+namespace upbc {
+std::unique_ptr<google::protobuf::compiler::CodeGenerator> GetGenerator();
+}
+
+#endif  // UPBC_GENERATOR_H_