]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/dtitvinf.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / dtitvinf.h
index f6513a2147b3f37add50e8c2e313be24c8fee274..1057c6ecc4607b3963e565801b1a9163a67fba05 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 2008-2010, International Business Machines Corporation and
+ * Copyright (C) 2008-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  *******************************************************************************
  *
 #include "unicode/locid.h"
 #include "unicode/ucal.h"
 #include "unicode/dtptngen.h"
-//#include "dtitv_impl.h"
-
-/**
- * @internal ICU 4.0
- */
-union UHashTok;
-
 
 U_NAMESPACE_BEGIN
 
@@ -158,6 +150,7 @@ U_NAMESPACE_BEGIN
 
 class U_I18N_API DateIntervalInfo : public UObject {
 public:
+#ifndef U_HIDE_INTERNAL_API
     /**
      * Default constructor.
      * It does not initialize any interval patterns except
@@ -172,6 +165,7 @@ public:
      * @internal ICU 4.0
      */
     DateIntervalInfo(UErrorCode& status);
+#endif  /* U_HIDE_INTERNAL_API */
 
 
     /** 
@@ -362,13 +356,15 @@ private:
         kIPI_MAX_INDEX
     };
 public:
+#ifndef U_HIDE_INTERNAL_API
     /**
      * Max index for stored interval patterns
      * @internal ICU 4.4 
      */
      enum {
-       kMaxIntervalPatternIndex = kIPI_MAX_INDEX
+         kMaxIntervalPatternIndex = kIPI_MAX_INDEX
      };
+#endif  /* U_HIDE_INTERNAL_API */
 private: