Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / src / ProtoBuf / Builder / Enum.js
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/src/ProtoBuf/Builder/Enum.js b/legacy-libs/grpc-cloned/node_modules/protobufjs/src/ProtoBuf/Builder/Enum.js
new file mode 100644 (file)
index 0000000..f1e6ca9
--- /dev/null
@@ -0,0 +1,22 @@
+// This file is not included currently and exists for documentation purposes only.\r
+\r
+/*?\r
+ // --- Scope ------------------\r
+ // T : Reflect.Enum instance\r
+ */\r
+\r
+/**\r
+ * Constructs a new runtime Enum.\r
+ * @name ProtoBuf.Builder.Enum\r
+ * @class Barebone of all runtime enums.\r
+ * @constructor\r
+ */\r
+var Enum = function() {\r
+    ProtoBuf.Builder.Enum.call(this);\r
+};\r
+\r
+/**\r
+ * @alias ProtoBuf.Builder.Enum.prototype\r
+ * @inner\r
+ */\r
+var EnumPrototype = Enum.prototype = Object.create(ProtoBuf.Builder.Enum.prototype);\r