diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-23 11:56:01 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-23 11:56:01 +0000 |
commit | a557d613888dba9e95167c8f4a84537c451ef284 (patch) | |
tree | 8be31cb510f1ff006a8a7e4d96ceb3a6f0d5466f /mutator_aux.h | |
parent | an announcement regarding mutator-lvl0's release candidate. (diff) | |
download | mutator-a557d613888dba9e95167c8f4a84537c451ef284.tar.gz mutator-a557d613888dba9e95167c8f4a84537c451ef284.zip |
cosmetic changes
Diffstat (limited to 'mutator_aux.h')
-rw-r--r-- | mutator_aux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mutator_aux.h b/mutator_aux.h index 45316ea..c70d04e 100644 --- a/mutator_aux.h +++ b/mutator_aux.h @@ -43,7 +43,6 @@ bool IsTheMatchInMainFile(bool MainFileFlag, bool MainFile, SourceLocation SL); bool IsTheMatchInMainFile(bool MainFileFlag, bool MainFile); /*********************************************************************************************************************/ - /*@DEVI- for both report classes, if the program gets terminated, since the destructor does not close the report files, what happens to them is implementation-defined in case of let's say an exit, but since we erase the files everytime a new instance of mutator-lvl0 is called, we are fine. or so i think.*/ @@ -73,7 +72,7 @@ private: XMLDocument XMLReportDoc; XMLNode* RootPointer; }; - +/*********************************************************************************************************************/ class JSONReport { public: @@ -98,7 +97,6 @@ private: /*********************************************************************************************************************/ /*end of namespace Devi*/ } - #endif /*********************************************************************************************************************/ /*last line intentionally left blank.*/ |