Menu

[r224]: / trunk / boost / network / tags.hpp  Maximize  Restore  History

Download this file

29 lines (19 with data), 604 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright Dean Michael Berris 2008, 2009.
// Glyn Matthews 2009
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef __BOOST_NETWORK_TAGS_INC__
# define __BOOST_NETWORK_TAGS_INC__
namespace boost {
namespace network {
namespace tags {
struct default_string;
struct default_wstring;
struct http;
struct pod;
typedef default_string default_;
} // namespace tags
} // namespace network
} // namespace boost
#endif // __BOOST_NETWORK_TAGS_INC__