diff -r 839712f5a78c -r 24e4ef208cca sbsv2/raptor/test/smoke_suite/test_resources/oe/t_oeexe.cpp --- a/sbsv2/raptor/test/smoke_suite/test_resources/oe/t_oeexe.cpp Wed Jul 14 16:22:24 2010 +0800 +++ b/sbsv2/raptor/test/smoke_suite/test_resources/oe/t_oeexe.cpp Wed Jul 14 14:50:01 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-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" @@ -84,30 +84,11 @@ - - -namespace std - -{ - - - - bool uncaught_exception() - - { - - return false; - - } - -} - - - - - #include +#ifndef __SYMBIAN_STDCPP_SUPPORT__ +#error __SYMBIAN_STDCPP_SUPPORT__ should be defined for all STD* TARGETTYPE builds +#endif TInt E32Main()