fix - better abstraction than setting entire class public
This commit is contained in:
@@ -17,10 +17,11 @@
|
|||||||
*/
|
*/
|
||||||
class ArchHooks
|
class ArchHooks
|
||||||
{
|
{
|
||||||
public:
|
protected:
|
||||||
bool MessageIsIgnored( CString ID );
|
bool MessageIsIgnored( CString ID );
|
||||||
void IgnoreMessage( CString ID );
|
void IgnoreMessage( CString ID );
|
||||||
|
|
||||||
|
public:
|
||||||
/* This receives all logs. 'important' is set for Warn and Info. */
|
/* This receives all logs. 'important' is set for Warn and Info. */
|
||||||
virtual void Log(CString str, bool important) { }
|
virtual void Log(CString str, bool important) { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user