imagingmodules/jp2kcodec/Inc/JP2KUtils.h
branchCompilerCompatibility
changeset 7 90de155e514a
parent 4 3993b8f65362
--- a/imagingmodules/jp2kcodec/Inc/JP2KUtils.h	Mon Mar 08 21:44:42 2010 +0000
+++ b/imagingmodules/jp2kcodec/Inc/JP2KUtils.h	Sun Mar 14 13:15:20 2010 +0000
@@ -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