예제 #1
0
 void CThread::RealProcessCmd(const CCommand &cCmd)
 {
    // fprintf(stdout, "CThread::ProcessCmd(cmd)\n");
     if (cCmd.GetCmdType() == STOP_TYPE)
     {
         m_lstCmd.clear();	
         m_bStop = true;
     }
 }