ICU-1029 make UVector compare and delete fn pts compatible with uhash
X-SVN-Rev: 5170
This commit is contained in:
parent
2c32faf09b
commit
c3f4cfbc85
@ -66,8 +66,8 @@
|
|||||||
*/
|
*/
|
||||||
class U_COMMON_API UVector {
|
class U_COMMON_API UVector {
|
||||||
public:
|
public:
|
||||||
typedef void (*Deleter)(void*);
|
typedef void (* U_CALLCONV Deleter)(void*);
|
||||||
typedef UBool (*Comparer)(void*, void*);
|
typedef UBool (* U_CALLCONV Comparer)(const void*, const void*);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int32_t count;
|
int32_t count;
|
||||||
|
Loading…
Reference in New Issue
Block a user