/*
**********************************************************************
-* Copyright (C) 1999-2004, International Business Machines
+* Copyright (C) 1999-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
UVector32(int32_t initialCapacity, UErrorCode &status);
- ~UVector32();
+ virtual ~UVector32();
/**
* Assign this object to another (make this a copy of 'other').
/**
* ICU "poor man's RTTI", returns a UClassID for this class.
- *
- * @draft ICU 2.2
*/
static UClassID U_EXPORT2 getStaticClassID();
/**
* ICU "poor man's RTTI", returns a UClassID for the actual class.
- *
- * @draft ICU 2.2
*/
virtual UClassID getDynamicClassID() const;
inline int32_t *UVector32::getBuffer() const {
return elements;
-};
+}
// UStack inlines