Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / examples / Simulator / DOVEBrowser / Properties.java
blob501fa62859de4334d46ce54c8aac7586d961e12e
1 //
2 // = FILENAME
3 // Properties.java
4 //
5 // = AUTHOR
6 // Michael Kircher (mk1@cs.wustl.edu)
7 //
8 // = DESCRIPTION
9 // This class defines the possible data type values carried by events
11 // ============================================================================
14 public class Properties {
15 public static final int DOUBLE = 0;
16 public static final int NAVIGATION = 1;
17 public static final int WEAPONS = 2;
18 public static final int PERSIAN = 3;
19 public static final int MULTIDOUBLE = 4;