dc703b5f1b
Separate them into different files. X-SVN-Rev: 12988
17 lines
413 B
C++
17 lines
413 B
C++
/*
|
|
**********************************************************************
|
|
* Copyright (C) 2003-2003, International Business Machines
|
|
* Corporation and others. All Rights Reserved.
|
|
**********************************************************************
|
|
*/
|
|
|
|
#include "unicode/parsepos.h"
|
|
|
|
U_NAMESPACE_BEGIN
|
|
|
|
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ParsePosition)
|
|
|
|
ParsePosition::~ParsePosition() {}
|
|
|
|
U_NAMESPACE_END
|