mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 14:03:02 +01:00
15 lines
361 B
C++
15 lines
361 B
C++
|
/*
|
||
|
**********************************************************************
|
||
|
* 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
|