1 // 2 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) 3 // 4 // Distributed under the Boost Software License, Version 1.0. (See 5 // accompanying file LICENSE_1_0.txt or copy at 6 // http://www.boost.org/LICENSE_1_0.txt) 7 // 8 #ifndef BOOST_LOCALE_IMPL_POSIX_LOCALIZATION_BACKEND_HPP 9 #define BOOST_LOCALE_IMPL_POSIX_LOCALIZATION_BACKEND_HPP 10 namespace boost { 11 namespace locale { 12 class localization_backend; 13 namespace impl_posix { 14 localization_backend *create_localization_backend(); 15 } // impl_std 16 } // locale 17 } // boost 18 #endif 19 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 20 21