sl@0
|
1 |
#ifndef BOOST_STATECHART_HISTORY_HPP_INCLUDED
|
sl@0
|
2 |
#define BOOST_STATECHART_HISTORY_HPP_INCLUDED
|
sl@0
|
3 |
//////////////////////////////////////////////////////////////////////////////
|
sl@0
|
4 |
// Copyright 2002-2006 Andreas Huber Doenni
|
sl@0
|
5 |
// Distributed under the Boost Software License, Version 1.0. (See accompany-
|
sl@0
|
6 |
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
7 |
//////////////////////////////////////////////////////////////////////////////
|
sl@0
|
8 |
|
sl@0
|
9 |
|
sl@0
|
10 |
|
sl@0
|
11 |
#include <boost/statechart/shallow_history.hpp>
|
sl@0
|
12 |
#include <boost/statechart/deep_history.hpp>
|
sl@0
|
13 |
|
sl@0
|
14 |
|
sl@0
|
15 |
|
sl@0
|
16 |
#endif
|