summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/DOVEBrowser/Properties.java
blob: 3bab887561bd150e1fba7c8bec926e5ded093358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $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;
}