# | Line 1 | Line 1 | |
---|---|---|
1 | < | using System; |
1 | > | //#define HAVE_GRN_REFERENCE // when defined enabled GRN_REFERNCE in Header, else it is disabled |
2 | > | using System; |
3 | using System.Collections.Generic; | |
4 | using System.Linq; | |
5 | using System.Text; | |
# | Line 8 | Line 9 | using gr2lib.core.helpers; | |
9 | ||
10 | namespace gr2lib.core.coreclasses.header | |
11 | { | |
12 | + | #if HAVE_GRN_REFERENCE |
13 | public class granny_reference : igranny_reference | |
14 | { | |
15 | ||
# | Line 64 | Line 66 | namespace gr2lib.core.coreclasses.header | |
66 | public Int32 Offset { get { return _Offset; } set { _Offset = value; } } | |
67 | #endregion | |
68 | } | |
69 | + | #endif |
70 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |