secureswitools/swianalysistoolkit/source/common/symbiantypes.h
branchRCL_3
changeset 24 5cc91383ab1e
parent 0 ba25891c3a9e
child 25 7333d7932ef7
--- a/secureswitools/swianalysistoolkit/source/common/symbiantypes.h	Thu Jul 15 18:47:04 2010 +0300
+++ b/secureswitools/swianalysistoolkit/source/common/symbiantypes.h	Thu Aug 19 10:02:49 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -47,14 +47,18 @@
 
 typedef			  long		int		TInt32;
 typedef	unsigned  long		int		TUint32;
-typedef				short	int		TInt16;
+typedef			  short		int		TInt16;
 typedef	signed				char	TInt8;
-typedef	unsigned	short	int		TUint16;
+typedef	unsigned  short		int		TUint16;
 typedef	unsigned			char	TUint8;
 typedef						bool	TBool;
 
-typedef TUint16 TCRC;
-typedef int TInt;
+typedef TUint16						TCRC;
+typedef						int		TInt;
+typedef unsigned			int		TUint;
+typedef void						TAny;
+typedef unsigned short		int		TText16;
+typedef unsigned			char	TText8;
 
 #endif	/* __SYMBIAN_TYPES_H__ */
 
@@ -63,3 +67,6 @@
 #else
 #define STRING std::string
 #endif // _UNICODE
+
+#define ETrue  true;
+#define EFalse false;