Update static const ints to enums so that these enums can be used in
switch-case.  There are two exceptions:
1. if original Java code uses static const int, we keep it that way.
2. C++ compilers may not support 64-bit enum so we need to define them as static
const uint64_t



git-svn-id: http://sfntly.googlecode.com/svn/trunk/cpp/src@6 672e30a5-4c29-85ac-ac6d-611c735e0a51
22 files changed
tree: 1d9c6fd68c8fd441c531b1f4712c0d394f5b30ce
  1. sample/
  2. sfntly/
  3. test/