stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/_exception.cpp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 14:06:43 +0300
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
permissions -rw-r--r--
Revision: 201018 Kit: 201018

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/


#include <exception>
#include <rw/_defs.h>
#include<rw/_exception.h>

#ifdef __ARMCC__
#pragma diag_suppress 940
#endif

 _RWSTD_EXPORT __rw::__rw_exception::__rw_exception () _THROWS (()){}
 
 _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const __rw_exception& x){}
 
 _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const _STD::string& x ){}
 
 _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const char* x ){}
 
 _RWSTD_EXPORT  __rw::__rw_exception::~__rw_exception () _THROWS (()){}
 
 _RWSTD_EXPORT    const char* __rw::__rw_exception::what () const _THROWS (()){}
 
 _RWSTD_EXPORT    __rw::__rw_exception& __rw::__rw_exception::operator= (const __rw_exception& x) _THROWS (()){}
 
 _RWSTD_EXPORT   __rw::__rw_exception&  __rw::__rw_exception::_C_assign (const char*  , _RWSTD_SIZE_T/*= _RWSTD_SIZE_MAX*/){}