Index: types.h =================================================================== RCS file: /cvs/porting/sal/inc/sal/types.h,v retrieving revision 1.18 diff -p -r1.18 types.h *** types.h 26 Mar 2003 16:45:58 -0000 1.18 --- types.h 28 Jul 2003 12:55:01 -0000 *************** typedef struct _sal_Sequence *** 177,183 **** lack RTTI support, dynamic_cast is not included here). */ #ifdef __cplusplus ! #if defined SAL_W32 || defined SOLARIS || defined LINUX || defined MACOSX || defined FREEBSD || defined NETBSD #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr)) --- 177,183 ---- lack RTTI support, dynamic_cast is not included here). */ #ifdef __cplusplus ! #if defined SAL_W32 || defined SOLARIS || defined LINUX || defined MACOSX || defined FREEBSD || defined NETBSD || defined AIX #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr))