TgtCppsshIntf::~TgtCppsshIntf()
{
    tgtDisconnect();
    _sshData.reset();
}
示例#2
0
TgtTelnetIntf::~TgtTelnetIntf()
{
    _abortConnection = true;
    tgtDisconnect();
}
示例#3
0
TgtSerialIntf::~TgtSerialIntf ()
{
    tgtDisconnect();
}
TgtProcessIntf::~TgtProcessIntf()
{
    tgtDisconnect();
    deleteProcess();
}