chenluhua1980
9 天以前 0f014b951cde5536f508eb4a7386ebbd3808e78d
SourceCode/Bond/Servo/CReport.cpp
@@ -8,12 +8,10 @@
      m_nReportId = 0;
   }
   CReport::CReport(unsigned int reportId, std::vector<unsigned int>& vids)
   CReport::CReport(unsigned int reportId, const std::vector<unsigned int>& vids)
   {
      m_nReportId = reportId;
      for (auto vid : vids) {
         m_vids.push_back(vid);
      }
      m_vids = vids;
   }
   CReport::~CReport()