示例#1
0
    virtual bool close()
    {
        if (thr)
        {
            thr->interrupt();
            thr->stop();
            delete thr;
        }

        return true;
    }