Changeset 310 in tmcsimulator for trunk/src/tmcsim/client/CADClient.java


Ignore:
Timestamp:
03/13/2019 10:07:54 AM (7 years ago)
Author:
jdalbey
Message:

Fix defect #102. Also add revision number to filenames of deploy jars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/CADClient.java

    r33 r310  
    287287            theCoorInt.registerForCallback(this); 
    288288        } catch (Exception e) { 
    289             throw new SimulationException(SimulationException.CAD_SIM_CONNECT, 
     289            throw new SimulationException(SimulationException.CAD_SIM_CONNECT,hostname, 
    290290                    e); 
    291291        } 
Note: See TracChangeset for help on using the changeset viewer.