LAPTOP-SNT8I5JK\Boounion
2025-05-10 71d7d20abf9f367f8390b7e954042b32c728e513
SourceCode/Bond/Servo/CStep.cpp
@@ -70,6 +70,18 @@
   }
   void CStep::setProp(const char* pszKey, void* pValue)
   {
      m_mapProp[pszKey] = pValue;
   }
   void* CStep::getProp(const char* pszKey)
   {
      auto iter = m_mapProp.find(pszKey);
      if (iter == m_mapProp.end()) return nullptr;
      return iter->second;
   }
   void CStep::convertString(const char* pszBuffer, int size, std::string& strOut)
   {
      strOut.clear();