From: <sv...@ww...> - 2004-07-17 18:45:30
|
Author: mkrose Date: 2004-07-17 11:45:24 -0700 (Sat, 17 Jul 2004) New Revision: 1163 Modified: trunk/CSP/SimData/CHANGES.current trunk/CSP/SimData/Tools/TaggedRecordCompiler/trc.py Log: Fixed the tr registry include path used in the tr compiler. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1163 Modified: trunk/CSP/SimData/CHANGES.current =================================================================== --- trunk/CSP/SimData/CHANGES.current 2004-07-17 18:43:21 UTC (rev 1162) +++ trunk/CSP/SimData/CHANGES.current 2004-07-17 18:45:24 UTC (rev 1163) @@ -40,6 +40,8 @@ * Fixed the custom id accessor method names in tr factory. + * Fixed the tr registry include path used in the tr compiler. + 2004-07-09: onsight * Changed the formating of HashT values to use fixed-width hex instead of decimal numbers, and cleaned up the data archive Modified: trunk/CSP/SimData/Tools/TaggedRecordCompiler/trc.py =================================================================== --- trunk/CSP/SimData/Tools/TaggedRecordCompiler/trc.py 2004-07-17 18:43:21 UTC (rev 1162) +++ trunk/CSP/SimData/Tools/TaggedRecordCompiler/trc.py 2004-07-17 18:45:24 UTC (rev 1163) @@ -52,7 +52,7 @@ SOURCE_HEADER="""// generated file --- do not edit!' -#include <SimData/TaggedRecordFactory.h> +#include <SimData/TaggedRecordRegistry.h> #include %(include_as)s """ |