summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/DOVEBrowser/Properties.java
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/DOVEBrowser/Properties.java')
-rw-r--r--TAO/examples/Simulator/DOVEBrowser/Properties.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/examples/Simulator/DOVEBrowser/Properties.java b/TAO/examples/Simulator/DOVEBrowser/Properties.java
new file mode 100644
index 00000000000..7f537b85e06
--- /dev/null
+++ b/TAO/examples/Simulator/DOVEBrowser/Properties.java
@@ -0,0 +1,22 @@
+// $Id$
+//
+// = FILENAME
+// Properties.java
+//
+// = AUTHOR
+// Michael Kircher (mk1@cs.wustl.edu)
+//
+// = DESCRIPTION
+// This class defines the possible data type values carried by events
+//
+// ============================================================================
+
+
+public class Properties {
+ public static final int DOUBLE = 0;
+ public static final int NAVIGATION = 1;
+ public static final int WEAPONS = 2;
+ public static final int PERSIAN = 3;
+ public static final int MULTIDOUBLE = 4;
+}
+