2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : wsd_streams.h
16 * Part of : standard c++ library.
23 #ifndef WSD_STREAMS_H_
24 #define WSD_STREAMS_H_
28 /********************** stream related ****************/
29 inline long& std::ios_base::Init::get_ios_base_Init_S_count()
31 return get_libcpp_wsd().ios_base_Init_S_count;
35 inline bool& std::ios_base::get_ios_base_S_was_synced()
37 return get_libcpp_wsd().ios_base_S_was_synced;
39 //ios.cpp - function static in ios_base::xalloc()
40 inline int& get_ios_base_xalloc_S_index()
42 return get_libcpp_wsd().ios_base_xalloc_S_index;
45 //ios.cpp - function static in ios_base::xalloc()
46 inline std::_STLP_STATIC_MUTEX& get_ios_base_xalloc_lock()
48 return get_libcpp_wsd().ios_base_xalloc_lock;
52 #endif /*WSD_STREAMS_H_*/