コード例 #1
0
    virtual bool close()
    {
        thr->stop();
        delete thr;

        return true;
    }
コード例 #2
0
ファイル: main.cpp プロジェクト: apaikan/icub-main
 virtual bool   close()
 {
     if (control_thr)
     {
         control_thr->stop();
         delete control_thr;
     }
     return true;
 }