Changeset 123 in tmcsimulator for trunk/src/tmcsim/cadsimulator/managers/MediaManager.java
- Timestamp:
- 10/15/2017 03:59:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/managers/MediaManager.java
r44 r123 19 19 import tmcsim.cadsimulator.videocontrol.DVDStatusUpdate; 20 20 import tmcsim.cadsimulator.videocontrol.DVDTitleUpdate; 21 import tmcsim.cadsimulator.viewer.model.CADSimulator Model;21 import tmcsim.cadsimulator.viewer.model.CADSimulatorState; 22 22 import tmcsim.common.CCTVDirections; 23 23 import tmcsim.common.CCTVInfo; … … 74 74 75 75 /** Reference to the CADSimulatorModel. */ 76 private CADSimulator ModeltheModel;76 private CADSimulatorState theModel; 77 77 78 78 /** Properties object for the Media portion of the CAD. */ … … 90 90 */ 91 91 public MediaManager(String propertiesFile, ATMSManager theATMSManager, 92 CADSimulator Modelmodel) {92 CADSimulatorState model) { 93 93 theDVD_DB = new DVDPlayerDB(); 94 94 theImage_DB = new StillImagesDB();
Note: See TracChangeset
for help on using the changeset viewer.
