RCFProto
 All Classes Functions Typedefs
utf8_codecvt_facet.hpp
1 
2 //******************************************************************************
3 // RCF - Remote Call Framework
4 //
5 // Copyright (c) 2005 - 2013, Delta V Software. All rights reserved.
6 // http://www.deltavsoft.com
7 //
8 // RCF is distributed under dual licenses - closed source or GPL.
9 // Consult your particular license for conditions of use.
10 //
11 // If you have not purchased a commercial license, you are using RCF
12 // under GPL terms.
13 //
14 // Version: 2.0
15 // Contact: support <at> deltavsoft.com
16 //
17 //******************************************************************************
18 
19 #ifndef RCF_BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
20 #define RCF_BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
21 
22 //#include <boost/program_options/config.hpp>
23 #include <RCF/Export.hpp>
24 
25 #define BOOST_UTF8_BEGIN_NAMESPACE \
26  namespace RcfBoost { namespace boost { namespace program_options { namespace detail {
27 
28 #define BOOST_UTF8_END_NAMESPACE }}}}
29 #define BOOST_UTF8_DECL RCF_EXPORT
30 
31 #include "detail/utf8_codecvt_facet.hpp"
32 
33 #undef BOOST_UTF8_BEGIN_NAMESPACE
34 #undef BOOST_UTF8_END_NAMESPACE
35 #undef BOOST_UTF8_DECL
36 
37 #endif