ICU-5304 Add missing namespace declarations.

X-SVN-Rev: 20239
This commit is contained in:
George Rhoten 2006-09-03 17:06:48 +00:00
parent ab59816e74
commit 0445548bae

View file

@ -1,7 +1,7 @@
/*
*******************************************************************************
*
* Copyright (C) 1999-2004, International Business Machines
* Copyright (C) 1999-2006, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@ -20,6 +20,8 @@
#include "unicode/uchar.h"
#include "unicode/unistr.h"
U_NAMESPACE_BEGIN
UnicodeString&
UnicodeString::trim()
{
@ -66,3 +68,5 @@ UnicodeString::trim()
return *this;
}
U_NAMESPACE_END