sbsv2/raptor/test/smoke_suite/test_resources/oe/t_oeexe.cpp
changeset 616 24e4ef208cca
parent 591 22486c9c7b15
equal deleted inserted replaced
613:839712f5a78c 616:24e4ef208cca
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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".
    82 
    82 
    83 */
    83 */
    84 
    84 
    85 
    85 
    86 
    86 
    87 
       
    88 
       
    89 namespace std 
       
    90 
       
    91 {
       
    92 
       
    93 
       
    94 
       
    95 	 bool uncaught_exception() 
       
    96 
       
    97 		 {
       
    98 
       
    99 			 return false;
       
   100 
       
   101 		 }
       
   102 
       
   103 }
       
   104 
       
   105 
       
   106 
       
   107 
       
   108 
       
   109 #include <t_oedll.h>
    87 #include <t_oedll.h>
   110 
    88 
       
    89 #ifndef __SYMBIAN_STDCPP_SUPPORT__
       
    90 #error __SYMBIAN_STDCPP_SUPPORT__ should be defined for all STD* TARGETTYPE builds
       
    91 #endif
   111 
    92 
   112 
    93 
   113 TInt E32Main()
    94 TInt E32Main()
   114 
    95 
   115 	{
    96 	{