Ignore privacy

Adjusted code to ignore processing templates in files with ICG:(No).  This
was not being honoroed before.

refs #218
This commit is contained in:
Alex Lin
2016-04-08 08:26:57 -05:00
parent 4dad11bf45
commit 34090169fb
4 changed files with 24 additions and 8 deletions

View File

@ -36,11 +36,6 @@ void PrintFileContents10::printIOHeader(std::ofstream & outfile , std::string he
"#define TRICK_IN_IOSRC\n"
"#include <stdlib.h>\n"
"\n"
"/* Redefine private and protected to public. This gives the io_code\n"
" access to anything following an access spec keyword. Classes without access\n"
" keywords are immune to this attack. Yes, it's evil! */\n"
"//#define private public\n"
"//#define protected public\n\n"
"#include \"trick/MemoryManager.hh\"\n"
"#include \"trick/attributes.h\"\n"
"#include \"trick/parameter_types.h\"\n"