// 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__