diff -r 469c91dae73b -r 3993b8f65362 imagingmodules/jp2kcodec/Inc/JP2KUtils.h --- a/imagingmodules/jp2kcodec/Inc/JP2KUtils.h Thu Dec 17 09:22:31 2009 +0200 +++ b/imagingmodules/jp2kcodec/Inc/JP2KUtils.h Sat Feb 20 00:07:53 2010 +0200 @@ -64,7 +64,7 @@ * @param aR: second integer to compute. * @return TInt32: the ceiling between two integers aL and aR. */ - static TInt32 Ceil( TInt32 aL, TInt32 aR ); + static TInt32 CeilL( TInt32 aL, TInt32 aR ); /** * Get the floor between two integers @@ -73,7 +73,7 @@ * @param aR: second integer to compute. * @return TInt32: the floor between two integers aL and aR. */ - static TInt32 Floor( TInt32 aL, TInt32 aR ); + static TInt32 FloorL( TInt32 aL, TInt32 aR ); /** * Get the quotient and remainder @@ -82,7 +82,7 @@ * @param aDenom: divisor integer. * @return TDiv: the structure contains the quotient and remainder. */ - static TDiv Div( TInt aNum, TInt aDenom ); + static TDiv DivL( TInt aNum, TInt aDenom ); /** * Get the log2 value of an integer