Changeset 14442 for trunk/FACT++/gui


Ignore:
Timestamp:
10/02/12 10:55:47 (12 years ago)
Author:
tbretz
Message:
Send proper exit code with KILL_SERVERS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r13946 r14442  
    134134void MainWindow::on_fShutdown_clicked()
    135135{
    136     Dim::SendCommand("DIS_DNS/KILL_SERVERS");
     136    Dim::SendCommand("DIS_DNS/KILL_SERVERS", int(1));
    137137}
    138138
    139139void MainWindow::on_fShutdownAll_clicked()
    140140{
    141     Dim::SendCommand("DIS_DNS/KILL_SERVERS");
     141    Dim::SendCommand("DIS_DNS/KILL_SERVERS", int(1));
    142142    Dim::SendCommand("DIS_DNS/EXIT", int(1));
    143143}
Note: See TracChangeset for help on using the changeset viewer.