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();