Update of /cvsroot/codebook/codebook/Common/INCLUDE
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18446/codebook/Common/INCLUDE
Modified Files:
framewrk.h
Log Message:
BYN: Updated the header file to #DEFINE only if #IFNDEF due to recursive inclusion of the header raised a lot of errors
Index: framewrk.h
===================================================================
RCS file: /cvsroot/codebook/codebook/Common/INCLUDE/framewrk.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** framewrk.h 2 Apr 2002 23:03:27 -0000 1.1.1.1
--- framewrk.h 12 Feb 2007 16:03:20 -0000 1.2
***************
*** 27,31 ****
*-- To avoid confusion with this.Parent:
*---------------------------------------
! #DEFINE SUPERCLASS PARENTCLASS
*---------------------------------------------------------
--- 27,33 ----
*-- To avoid confusion with this.Parent:
*---------------------------------------
! #IFNDEF SUPERCLASS
! #DEFINE SUPERCLASS PARENTCLASS
[...1162 lines suppressed...]
! #DEFINE AERROR_EXTRA2 7
! #ENDIF
! #IFNDEF AERROR_METHOD
! #DEFINE AERROR_METHOD 8
! #ENDIF
! #IFNDEF AERROR_LINE
! #DEFINE AERROR_LINE 9
! #ENDIF
! #IFNDEF AERROR_SOURCE
! #DEFINE AERROR_SOURCE 10
! #ENDIF
! #IFNDEF AERROR_DATETIME
! #DEFINE AERROR_DATETIME 11
! #ENDIF
! #IFNDEF AERROR_USER
! #DEFINE AERROR_USER 12
! #ENDIF
! #IFNDEF AERROR_MAX
! #DEFINE AERROR_MAX AERROR_USER
! #ENDIF
|