secureswitools/swianalysistoolkit/source/common/symbiantypes.h
branchRCL_3
changeset 62 5cc91383ab1e
parent 0 ba25891c3a9e
child 65 7333d7932ef7
equal deleted inserted replaced
61:cd189dac02f7 62:5cc91383ab1e
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    45 typedef int64_t							TInt64;
    45 typedef int64_t							TInt64;
    46 #endif
    46 #endif
    47 
    47 
    48 typedef			  long		int		TInt32;
    48 typedef			  long		int		TInt32;
    49 typedef	unsigned  long		int		TUint32;
    49 typedef	unsigned  long		int		TUint32;
    50 typedef				short	int		TInt16;
    50 typedef			  short		int		TInt16;
    51 typedef	signed				char	TInt8;
    51 typedef	signed				char	TInt8;
    52 typedef	unsigned	short	int		TUint16;
    52 typedef	unsigned  short		int		TUint16;
    53 typedef	unsigned			char	TUint8;
    53 typedef	unsigned			char	TUint8;
    54 typedef						bool	TBool;
    54 typedef						bool	TBool;
    55 
    55 
    56 typedef TUint16 TCRC;
    56 typedef TUint16						TCRC;
    57 typedef int TInt;
    57 typedef						int		TInt;
       
    58 typedef unsigned			int		TUint;
       
    59 typedef void						TAny;
       
    60 typedef unsigned short		int		TText16;
       
    61 typedef unsigned			char	TText8;
    58 
    62 
    59 #endif	/* __SYMBIAN_TYPES_H__ */
    63 #endif	/* __SYMBIAN_TYPES_H__ */
    60 
    64 
    61 #ifdef UNICODE
    65 #ifdef UNICODE
    62 #define STRING std::wstring
    66 #define STRING std::wstring
    63 #else
    67 #else
    64 #define STRING std::string
    68 #define STRING std::string
    65 #endif // _UNICODE
    69 #endif // _UNICODE
       
    70 
       
    71 #define ETrue  true;
       
    72 #define EFalse false;