ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib/core/interfaces/igranny_header.cs
(Generate patch)

Comparing trunk/gr2lib/core/interfaces/igranny_header.cs (file contents):
Revision 94 by william, Sat Jul 17 05:09:42 2010 UTC vs.
Revision 97 by william, Sat Jul 17 05:53:44 2010 UTC

--- trunk/gr2lib/core/interfaces/igranny_header.cs	2010/07/17 05:09:42	94
+++ trunk/gr2lib/core/interfaces/igranny_header.cs	2010/07/17 05:53:44	97
@@ -1,4 +1,5 @@
-using System;
+//#define HAVE_GRN_REFERENCE // when defined enabled GRN_REFERNCE in Header, else it is disabled
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
@@ -13,8 +14,10 @@ namespace gr2lib.core.interfaces
         Int32 CRC { get; set; }
         Int32 SectionArrayOffset { get; set; }
         Int32 SectionArrayCount { get; set; }
+#if HAVE_GRN_REFERENCE
         granny_reference RootObjectTypeDefinition { get; set; }
         granny_reference RootObject { get; set; }
+#endif
         Int32 TypeTag { get; set; }
         Int32[] ExtraTags { get; set; } //4
         Int32 StringDatabaseCRC { get; set; }