| Index: source/common/ustrenum.h | 
| diff --git a/source/common/ustrenum.h b/source/common/ustrenum.h | 
| index ffa2c329642e78e5837846456bad575c08c453fd..3816dbfb24154b54ad2f67fe158e3608521ee2a4 100644 | 
| --- a/source/common/ustrenum.h | 
| +++ b/source/common/ustrenum.h | 
| @@ -1,6 +1,6 @@ | 
| /* | 
| ********************************************************************** | 
| -* Copyright (c) 2002-2012, International Business Machines | 
| +* Copyright (c) 2002-2014, International Business Machines | 
| * Corporation and others.  All Rights Reserved. | 
| ********************************************************************** | 
| * Author: Alan Liu | 
| @@ -73,6 +73,8 @@ public: | 
| */ | 
| static UClassID U_EXPORT2 getStaticClassID(); | 
|  | 
| +    static UStringEnumeration * U_EXPORT2 fromUEnumeration( | 
| +            UEnumeration *enumToAdopt, UErrorCode &status); | 
| private: | 
| UEnumeration *uenum; // owned | 
| }; | 
|  |