]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/dadrcoll.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / test / intltest / dadrcoll.h
index c9e99257d2ca97095db2cff7a0ac799ba9d2e72e..292748673f89de0807f3ffd6dd221e4cca5e0784 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2002-2004, International Business Machines Corporation and
+ * Copyright (c) 2002-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -15,7 +15,7 @@
 
 #include "unicode/utypes.h"
 
-#if !UCONFIG_NO_COLLATION
+#if !UCONFIG_NO_COLLATION && !UCONFIG_NO_FILE_IO
 
 #include "tscoll.h"
 #include "uvector.h"
@@ -51,6 +51,7 @@ private:
   TestDataModule *driver;
   UErrorCode status;
   UVector sequences;
+  RuleBasedCollator *UCA; // needed for opening collators from binary images
 };
 
 #endif /* #if !UCONFIG_NO_COLLATION */