X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftool.h;h=badb073a85b921101d5f3323d85720b4908ec31d;hb=HEAD;hp=0d234d2caf9c47e196096777635602913f80d496;hpb=73c55fc88d8bad336fbd6cfecedc0cf18d06167c;p=gldbg.git diff --git a/source/tool.h b/source/tool.h index 0d234d2..badb073 100644 --- a/source/tool.h +++ b/source/tool.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of gldbg -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the GPL -*/ - #ifndef TOOL_H_ #define TOOL_H_ @@ -31,6 +24,8 @@ public: virtual ~Tool() { } virtual void decode(const char *, unsigned) = 0; + virtual void process_started() { } + virtual void process_stopped(int) { } static std::list &get_factories(); };