Changeset 432 in tmcsimulator for trunk/src/tmcsim/cadsimulator/Coordinator.java
- Timestamp:
- 07/07/2019 11:13:00 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/cadsimulator/Coordinator.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/Coordinator.java
r416 r432 116 116 private static SimulationManagerInterface simMgr = null; 117 117 private static LinkedList<CADClientInterface> clientList; 118 /** 'database' of cad Data shared by all clients and the sim mgr */ 118 119 private static CADData cadData; 120 /** The 'rolodex' of contact info */ 119 121 private static CardfileData cardfileData; 122 /** The model for the state of the CAD Server */ 120 123 private CADSimulatorState cadModel; 121 124
Note: See TracChangeset
for help on using the changeset viewer.
