sl@0: /* sl@0: * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Name : wsd_streams.h sl@0: * Part of : standard c++ library. sl@0: * sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #ifndef WSD_STREAMS_H_ sl@0: #define WSD_STREAMS_H_ sl@0: sl@0: sl@0: sl@0: /********************** stream related ****************/ sl@0: inline long& std::ios_base::Init::get_ios_base_Init_S_count() sl@0: { sl@0: return get_libcpp_wsd().ios_base_Init_S_count; sl@0: } sl@0: sl@0: //_ios_base.h sl@0: inline bool& std::ios_base::get_ios_base_S_was_synced() sl@0: { sl@0: return get_libcpp_wsd().ios_base_S_was_synced; sl@0: } sl@0: //ios.cpp - function static in ios_base::xalloc() sl@0: inline int& get_ios_base_xalloc_S_index() sl@0: { sl@0: return get_libcpp_wsd().ios_base_xalloc_S_index; sl@0: } sl@0: sl@0: //ios.cpp - function static in ios_base::xalloc() sl@0: inline std::_STLP_STATIC_MUTEX& get_ios_base_xalloc_lock() sl@0: { sl@0: return get_libcpp_wsd().ios_base_xalloc_lock; sl@0: } sl@0: sl@0: sl@0: #endif /*WSD_STREAMS_H_*/