| Index: source/common/ustr_cnv.cpp
|
| diff --git a/source/common/ustr_cnv.c b/source/common/ustr_cnv.cpp
|
| similarity index 98%
|
| rename from source/common/ustr_cnv.c
|
| rename to source/common/ustr_cnv.cpp
|
| index f46d937daed753e34a5da954c38b518fea5d798b..b33c6a5ea351b2db8cd25f295377d706de2218a7 100644
|
| --- a/source/common/ustr_cnv.c
|
| +++ b/source/common/ustr_cnv.cpp
|
| @@ -1,11 +1,11 @@
|
| /*
|
| *******************************************************************************
|
| *
|
| -* Copyright (C) 1998-2013, International Business Machines
|
| +* Copyright (C) 1998-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| *******************************************************************************
|
| -* file name: ustr_cnv.c
|
| +* file name: ustr_cnv.cpp
|
| * encoding: US-ASCII
|
| * tab size: 8 (not used)
|
| * indentation:4
|
| @@ -24,7 +24,7 @@
|
| #include "unicode/ucnv.h"
|
| #include "cstring.h"
|
| #include "cmemory.h"
|
| -#include "cmutex.h"
|
| +#include "umutex.h"
|
| #include "ustr_cnv.h"
|
|
|
| /* mutexed access to a shared default converter ----------------------------- */
|
|
|