Changeset 23719 for branches/pap/ppSub/src/ppSubErrorCodes.h.in
- Timestamp:
- Apr 6, 2009, 6:52:51 PM (17 years ago)
- Location:
- branches/pap/ppSub/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSubErrorCodes.h.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppSubKernel 12 ppSubErrorCodes.h 13 ppSubErrorCodes.c
-
- Property svn:ignore
-
branches/pap/ppSub/src/ppSubErrorCodes.h.in
r23704 r23719 1 /** @file p swarpErrorCodes.h.in1 /** @file ppSubErrorCodes.h.in 2 2 * 3 3 * @brief 4 4 * 5 * @ingroup p swarp5 * @ingroup ppSub 6 6 * 7 7 * @author IfA … … 11 11 */ 12 12 13 #if !defined(P SWARP_ERROR_CODES_H)14 #define P SWARP_ERROR_CODES_H13 #if !defined(PPSUB_ERROR_CODES_H) 14 #define PPSUB_ERROR_CODES_H 15 15 /* 16 16 * The line 17 * P SWARP_ERR_$X{ErrorCode},17 * PPSUB_ERR_$X{ErrorCode}, 18 18 * (without the X) 19 19 * … … 21 21 */ 22 22 typedef enum { 23 P SWARP_ERR_BASE = 14000,24 P SWARP_ERR_${ErrorCode},25 P SWARP_ERR_NERROR26 } p swarpErrorCode;23 PPSUB_ERR_BASE = 14000, 24 PPSUB_ERR_${ErrorCode}, 25 PPSUB_ERR_NERROR 26 } ppSubErrorCode; 27 27 28 void p swarpErrorRegister(void);28 void ppSubErrorRegister(void); 29 29 30 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
