]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/caltztst.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / intltest / caltztst.h
index 60e8447d1843f7d5f9747978edf2c1f90d714a9c..0c5a2b8ddb67201e6792c4f1a4f43198a39b487b 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -27,7 +27,7 @@ public:
 protected:
     // Return true if the given status indicates failure.  Also has the side effect
     // of calling errln().  Msg should be of the form "Class::Method" in general.
-    UBool failure(UErrorCode status, const char* msg);
+    UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
 
     // Utility method for formatting dates for printing; useful for Java->C++ conversion.
     // Tries to mimic the Java Date.toString() format.