chenluhua1980
9 天以前 238f41fd4edac2febc03d2e428bce7206f609e99
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()