Update contrib.
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32test\misc\t_empty2.cpp
16 // Does almost nothing!
20 // Does almost nothing -- call: RDebug::RawPrint(_L("E32Main entered\r\n"))
22 // Platforms/Drives/Compatibility:
24 // Assumptions/Requirement/Pre-requisites:
25 // Failures and causes:
26 // Base Port information:
31 #include "../dll/t_dll.h"
33 // Dummy function to make codewarrior keep T_DLL1 in the import list
42 TAny* User::Alloc(TInt)
47 void User::Free(TAny*)
52 GLDEF_C TInt E32Main()
54 RDebug::RawPrint(_L("E32Main entered\r\n"));