This commit is contained in:
Birunthan Mohanathas
2012-08-05 16:12:36 +03:00
parent a162451e87
commit fd111c0657
4 changed files with 17 additions and 23 deletions

View File

@ -46,7 +46,7 @@ public:
void AddMeasure(CMeasure* pMeasure);
CMeasure* GetMeasure(const std::wstring& name);
bool GetVariable(const std::wstring& strVariable, std::wstring& strValue);
const std::wstring* GetVariable(const std::wstring& strVariable);
void SetVariable(const std::wstring& strVariable, const std::wstring& strValue) { SetVariable(m_Variables, strVariable, strValue); }
void SetBuiltInVariable(const std::wstring& strVariable, const std::wstring& strValue) { SetVariable(m_BuiltInVariables, strVariable, strValue); }