]> git.tdb.fi Git - gldbg.git/blobdiff - source/tool.h
Replace per-file license notices with License.txt
[gldbg.git] / source / tool.h
index 0d234d2caf9c47e196096777635602913f80d496..badb073a85b921101d5f3323d85720b4908ec31d 100644 (file)
@@ -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<Factory *> &get_factories();
 };