Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/test/detail/fwd_decl.hpp @ 44

Last change on this file since 44 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.5 KB
Line 
1//  (C) Copyright Gennadiy Rozental 2005.
2//  Distributed under the Boost Software License, Version 1.0.
3//  (See accompanying file LICENSE_1_0.txt or copy at
4//  http://www.boost.org/LICENSE_1_0.txt)
5
6//  See http://www.boost.org/libs/test for the library home page.
7//
8//  File        : $RCSfile: fwd_decl.hpp,v $
9//
10//  Version     : $Revision: 1.2 $
11//
12//  Description : contains forward eclarations for Boost.Test data types
13// ***************************************************************************
14
15#ifndef BOOST_TEST_FWD_DECL_HPP_011605GER
16#define BOOST_TEST_FWD_DECL_HPP_011605GER
17
18namespace boost {
19
20class  execution_monitor;
21class  execution_exception;
22
23namespace unit_test {
24
25class  test_unit;
26class  test_case;
27class  test_suite;
28class  master_test_suite_t;
29
30class  test_tree_visitor;
31class  test_observer;
32
33// singletons
34class  unit_test_monitor_t;
35class  unit_test_log_t;
36
37class  unit_test_log_formatter;
38struct log_entry_data;
39struct log_checkpoint_data;
40
41
42} // namespace unit_test
43
44} // namespace boost
45
46// ***************************************************************************
47//  Revision History :
48// 
49//  $Log: fwd_decl.hpp,v $
50//  Revision 1.2  2005/12/14 04:59:11  rogeeff
51//  *** empty log message ***
52//
53//  Revision 1.1  2005/02/20 08:27:06  rogeeff
54//  This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
55//
56// ***************************************************************************
57
58#endif // BOOST_TEST_FWD_DECL_HPP_011605GER
59
Note: See TracBrowser for help on using the repository browser.