fix - better abstraction than setting entire class public

This commit is contained in:
Andrew Wong
2003-07-15 11:44:40 +00:00
parent 4feca2678f
commit 5a3e2fac3f
+2 -1
View File
@@ -17,10 +17,11 @@
*/
class ArchHooks
{
public:
protected:
bool MessageIsIgnored( CString ID );
void IgnoreMessage( CString ID );
public:
/* This receives all logs. 'important' is set for Warn and Info. */
virtual void Log(CString str, bool important) { }