changed: GroupItem plugin has been renamed to Group
it's nearly finished now we are using three levels from Space (ConfParser) - group set - group - values git-svn-id: svn://ttmath.org/publicrep/winix/trunk@773 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -236,7 +236,7 @@ public:
|
||||
printing the content
|
||||
(for debug purposes)
|
||||
*/
|
||||
void Print(std::wostream & out);
|
||||
void Print(std::wostream & out, int level = 0);
|
||||
|
||||
private:
|
||||
std::wstring tmp_name;
|
||||
@@ -248,6 +248,7 @@ private:
|
||||
bool ToBool(const std::wstring & value);
|
||||
wchar_t ToSmall(wchar_t c);
|
||||
bool EqualNoCase(const wchar_t * str1, const wchar_t * str2);
|
||||
void PrintLevel(std::wostream & out, int level);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user