mirror of
https://github.com/nasa/trick.git
synced 2025-06-22 08:50:06 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user