/**
*******************************************************************************
- * Copyright (C) 2001-2002, International Business Machines Corporation and *
+ * Copyright (C) 2001-2003, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
void logstr(const UnicodeString& message, UObject* obj) {
- msgstr(message, obj, FALSE);
+ msgstr(message, obj, FALSE);
}
};