From bf8bc745becb15bb4b836e6dfa976f35ed310ce1 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Tue, 26 Sep 2006 23:11:01 +0000 Subject: [PATCH] Added comments to make associations with java and C# code. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@917 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/src/xflaim.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/xflaim/src/xflaim.h b/xflaim/src/xflaim.h index 78bef9e..bec6bd9 100644 --- a/xflaim/src/xflaim.h +++ b/xflaim/src/xflaim.h @@ -359,6 +359,9 @@ // must be preserved as the code sometimes // depends on the order to test ranges of // node types. + // IMPORTANT NOTE: If any of these change or there + // are additions, be sure to also modify the + // corresponding java and C# definitions. typedef enum { @@ -377,6 +380,9 @@ // NOTE: The eNodeInsertLoc enum values cannot // be changed. The RFL uses these values // when logging packets. + // IMPORTANT NOTE: If any of these change or there + // are additions, be sure to also modify the + // corresponding java and C# definitions. typedef enum { @@ -880,6 +886,8 @@ /************************************************************************** Desc: STUFF FOR IF_Query interface + IMPORTANT NOTE: If any of these change or new ones are added, corresponding + changes should be made in the java and C# code. **************************************************************************/ typedef enum { @@ -966,6 +974,8 @@ XFLM_FUNC_xxx = 0 } eQueryFunctions; + // IMPORTANT NOTE: If any of these change, corresponding changes need to + // be made in java and C# code. typedef enum { ROOT_AXIS = 0, @@ -1019,7 +1029,9 @@ GET_NEXT_VAL, GET_PREV_VAL } ValIterator; - + + // IMPORTANT NOTE: Changes to these should be synchronized to the + // corresponding enums in java and C# code. typedef enum { XFLM_QOPT_NONE = 0,