aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs')
-rw-r--r--Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs45
1 files changed, 0 insertions, 45 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs b/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs
deleted file mode 100644
index cd1b5c48c..000000000
--- a/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: SpoolState.proto
-#pragma warning disable 1591, 0612, 3021
-#region Designer generated code
-
-using pb = global::Google.Protobuf;
-using pbc = global::Google.Protobuf.Collections;
-using pbr = global::Google.Protobuf.Reflection;
-using scg = global::System.Collections.Generic;
-namespace Tango.PMR.MachineStatus {
-
- /// <summary>Holder for reflection information generated from SpoolState.proto</summary>
- public static partial class SpoolStateReflection {
-
- #region Descriptor
- /// <summary>File descriptor for SpoolState.proto</summary>
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
-
- static SpoolStateReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "ChBTcG9vbFN0YXRlLnByb3RvEhdUYW5nby5QTVIuTWFjaGluZVN0YXR1cyol",
- "CgpTcG9vbFN0YXRlEgoKBkFic2VudBAAEgsKB1ByZXNlbnQQAUIjCiFjb20u",
- "dHdpbmUudGFuZ28ucG1yLm1hY2hpbmVzdGF0dXNiBnByb3RvMw=="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.MachineStatus.SpoolState), }, null));
- }
- #endregion
-
- }
- #region Enums
- public enum SpoolState {
- [pbr::OriginalName("Absent")] Absent = 0,
- [pbr::OriginalName("Present")] Present = 1,
- }
-
- #endregion
-
-}
-
-#endregion Designer generated code