aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mutator-lvl0.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mutator-lvl0.h b/mutator-lvl0.h
index 14dbcc3..0ec92c5 100644
--- a/mutator-lvl0.h
+++ b/mutator-lvl0.h
@@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
/**********************************************************************************************************************/
/*included modules*/
/*project headers*/
+#include "mutator_report.h"
/*standard library headers*/
#include <iostream>
#include <map>
@@ -349,6 +350,18 @@ class MutatorLVL0Tests
};
/**********************************************************************************************************************/
+class mutagenAncestryReport : public Devi::XMLReportBase
+{
+ public:
+ mutagenAncestryReport() {}
+ ~mutagenAncestryReport() {}
+
+ virtual void AddNode(void)
+ {}
+
+ private:
+};
+/**********************************************************************************************************************/
#define EXTRACT_MUTAGEN
class MutagenExtraction