From 74a4222187a0931a39abb86dc9b6389aeeefceaa Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Tue, 26 Sep 2006 17:37:53 +0000 Subject: [PATCH] Added comment about keeping definitions in sync with java and C# git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@910 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/src/ftk.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ftk/src/ftk.h b/ftk/src/ftk.h index 6d42d78..c15b08d 100644 --- a/ftk/src/ftk.h +++ b/ftk/src/ftk.h @@ -645,6 +645,8 @@ /**************************************************************************** Desc: Language constants + IMPORTANT NOTE: If langes are added or changed, the corresponding definitions + in java and C# must also be updated. ****************************************************************************/ /// \addtogroup flm_languages @@ -838,6 +840,8 @@ /**************************************************************************** Desc: Comparison flags for strings + IMPORTANT NOTE: If changes are made to these, corresponding changes need to + be made in the java and C# code where they are defined. ****************************************************************************/ /// \addtogroup compare_rules /// @{