SourceCode/Bond/Servo/Configuration.cpp
@@ -92,6 +92,17 @@ return (int)texts.size(); } void CConfiguration::setFilterMode(int mode) { WritePrivateProfileString(_T("Logcat"), _T("FilterMode"), std::to_string(mode).c_str(), m_strFilepath); } int CConfiguration::getFilterMode() { return GetPrivateProfileInt(_T("Logcat"), _T("FilterMode"), 0, m_strFilepath); } int CConfiguration::getP2RemoteEqReconnectInterval() { return GetPrivateProfileInt(_T("P2"), _T("RemoteEqReconnectInterval"), 20, m_strFilepath);