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