]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/LEInsertionList.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / layout / LEInsertionList.h
index 68148b5248c68b073e26db97b0f20b69a64edd04..0dce5984ea56606f054cba663f127fe7c9b0c557 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 1998-2008, International Business Machines
+ *   Copyright (C) 1998-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -14,6 +14,7 @@ U_NAMESPACE_BEGIN
 
 struct InsertionRecord;
 
+#ifndef U_HIDE_INTERNAL_API
 /**
  * This class encapsulates the callback used by <code>LEInsertionList</code>
  * to apply an insertion from the insertion list.
@@ -169,6 +170,7 @@ private:
      */
     le_bool  append;
 };
+#endif  /* U_HIDE_INTERNAL_API */
 
 U_NAMESPACE_END
 #endif