non important change
[platform/core/uifw/ise-engine-unikey.git] / ukengine / diff / ukengine.h.diff
1 --- orginal/ukengine.h  2009-04-14 00:16:33.000000000 +0700
2 +++ ukengine.h  2009-06-19 12:03:47.000000000 +0700
3 @@ -20,6 +20,7 @@
4   * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
5   * Boston, MA 02111-1307, USA.
6   */
7 +
8  #ifndef __UKENGINE_H
9  #define __UKENGINE_H
10  
11 @@ -97,6 +98,7 @@
12      int processMapChar(UkKeyEvent & ev);
13      int processTelexW(UkKeyEvent & ev);
14      int processEscChar(UkKeyEvent & ev);
15 +    bool lastWordIsNonVn();
16  
17  protected:
18      static bool m_classInit;
19 @@ -157,7 +159,6 @@
20      int processNoSpellCheck(UkKeyEvent & ev);
21      int processWordEnd(UkKeyEvent & ev);
22      void synchKeyStrokeBuffer();
23 -    bool lastWordIsNonVn();
24      bool lastWordHasVnMark();
25  };
26