blob: 1b66827a5d7e58ad44c494a97beae1e3c86b680d [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001//-----------------------------------------------------------------------------
2// boost blank_fwd.hpp header file
3// See http://www.boost.org for updates, documentation, and revision history.
4//-----------------------------------------------------------------------------
5//
6// Copyright (c) 2003
7// Eric Friedman
8//
9// Distributed under the Boost Software License, Version 1.0. (See
10// accompanying file LICENSE_1_0.txt or copy at
11// http://www.boost.org/LICENSE_1_0.txt)
12
Jeff Thompson3d613fd2013-10-15 15:39:04 -070013#ifndef NDNBOOST_BLANK_FWD_HPP
14#define NDNBOOST_BLANK_FWD_HPP
Jeff Thompsona28eed82013-08-22 16:21:10 -070015
16namespace ndnboost {
17
18struct blank;
19
20} // namespace ndnboost
21
Jeff Thompson3d613fd2013-10-15 15:39:04 -070022#endif // NDNBOOST_BLANK_FWD_HPP