X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..374ca955a76ecab1204ca8bfa63ff9238d998416:/icuSources/common/ustack.cpp?ds=sidebyside diff --git a/icuSources/common/ustack.cpp b/icuSources/common/ustack.cpp new file mode 100644 index 00000000..ef528686 --- /dev/null +++ b/icuSources/common/ustack.cpp @@ -0,0 +1,14 @@ +/* +********************************************************************** +* Copyright (C) 2003-2003, International Business Machines +* Corporation and others. All Rights Reserved. +********************************************************************** +*/ + +#include "uvector.h" + +U_NAMESPACE_BEGIN + +UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack) + +U_NAMESPACE_END