~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/test/detail/fwd_decl.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//  (C) Copyright Gennadiy Rozental 2005.
 
1
//  (C) Copyright Gennadiy Rozental 2005-2008.
2
2
//  Distributed under the Boost Software License, Version 1.0.
3
3
//  (See accompanying file LICENSE_1_0.txt or copy at 
4
4
//  http://www.boost.org/LICENSE_1_0.txt)
5
5
 
6
6
//  See http://www.boost.org/libs/test for the library home page.
7
7
//
8
 
//  File        : $RCSfile: fwd_decl.hpp,v $
 
8
//  File        : $RCSfile$
9
9
//
10
 
//  Version     : $Revision: 1.1 $
 
10
//  Version     : $Revision: 49312 $
11
11
//
12
12
//  Description : contains forward eclarations for Boost.Test data types
13
13
// ***************************************************************************
25
25
class  test_unit;
26
26
class  test_case;
27
27
class  test_suite;
 
28
class  master_test_suite_t;
28
29
 
29
30
class  test_tree_visitor;
30
31
class  test_observer;
37
38
struct log_entry_data;
38
39
struct log_checkpoint_data;
39
40
 
 
41
class lazy_ostream;
40
42
 
41
43
} // namespace unit_test
42
44
 
43
45
} // namespace boost
44
46
 
45
 
// ***************************************************************************
46
 
//  Revision History :
47
 
//  
48
 
//  $Log: fwd_decl.hpp,v $
49
 
//  Revision 1.1  2005/02/20 08:27:06  rogeeff
50
 
//  This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
51
 
//
52
 
// ***************************************************************************
53
 
 
54
47
#endif // BOOST_TEST_FWD_DECL_HPP_011605GER
55
48