]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/inputext.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / inputext.h
index 1528f48e63fdc1cdcd4b3c65adf4f5e4745b3381..0c5973d8eb2aa6483a028f3c35310c3eeb82433d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
 /*
  **********************************************************************
- *   Copyright (C) 2005-2006, International Business Machines
+ *   Copyright (C) 2005-2008, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -25,8 +25,10 @@ U_NAMESPACE_BEGIN
 
 class InputText : public UMemory
 {
 
 class InputText : public UMemory
 {
+    // Prevent copying
+    InputText(const InputText &);
 public:
 public:
-    InputText();
+    InputText(UErrorCode &status);
     ~InputText();
 
     void setText(const char *in, int32_t len);
     ~InputText();
 
     void setText(const char *in, int32_t len);