Members of ErrorLogger::ErrorMessage made public for better access to them.

This commit is contained in:
Reijo Tomperi 2009-02-22 11:29:33 +00:00
parent a64f1d6175
commit 033a82d3f2
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ public:
std::string toText() const;
std::string serialize() const;
bool deserialize(const std::string &data);
private:
std::list<FileLocation> _callStack;
std::string _severity;
std::string _msg;

View File

@ -183,7 +183,6 @@ int main()
fout << " std::string toText() const;\n";
fout << " std::string serialize() const;\n";
fout << " bool deserialize(const std::string &data);\n";
fout << " private:\n";
fout << " std::list<FileLocation> _callStack;\n";
fout << " std::string _severity;\n";
fout << " std::string _msg;\n";