kernel/eka/compsupp/rvct2_2/type_info.cpp
changeset 45 329ab0095843
parent 44 36bfc973b146
equal deleted inserted replaced
44:36bfc973b146 45:329ab0095843
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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 "ARM EABI LICENCE.txt"
     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 // in kernel/eka/compsupp.
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 #include <typeinfo>
    18 #include <typeinfo>
    20 
    19 
    21 EXPORT_C bool std::type_info::operator==(const std::type_info& rhs) const
    20 EXPORT_C bool std::type_info::operator==(const std::type_info& rhs) const
    22 	{
    21 	{