/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1999-2002, International Business Machines Corporation and
+ * Copyright (c) 1999-2007, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/* The following is the recommended way to implement UCNV_CLONE
in a callback. */
UConverterFromUCallback saveCallback;
- void *saveContext;
+ const void *saveContext;
FromUFLAGContext *old, *cloned;
UErrorCode subErr = U_ZERO_ERROR;
/* see comments in above flagCB clone code */
UConverterFromUCallback saveCallback;
- void *saveContext;
+ const void *saveContext;
debugCBContext *cloned;
UErrorCode subErr = U_ZERO_ERROR;
return ctx;
}
-