mirror of
https://github.com/boostorg/test.git
synced 2026-01-28 07:42:12 +00:00
This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
[SVN r27444]
This commit is contained in:
29
src/progress_monitor.cpp
Normal file
29
src/progress_monitor.cpp
Normal file
@@ -0,0 +1,29 @@
|
||||
// (C) Copyright Gennadiy Rozental 2005.
|
||||
// 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)
|
||||
|
||||
// See http://www.boost.org/libs/test for the library home page.
|
||||
//
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision$
|
||||
//
|
||||
// Description : forwarding source
|
||||
// ***************************************************************************
|
||||
|
||||
#include <boost/test/impl/progress_monitor.ipp>
|
||||
|
||||
// ***************************************************************************
|
||||
// Revision History :
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.1 2005/02/20 08:28:34 rogeeff
|
||||
// This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
|
||||
//
|
||||
// Revision 1.16 2005/01/22 19:26:35 rogeeff
|
||||
// implementation moved into headers section to eliminate dependency of included/minimal component on src directory
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
// EOF
|
||||
Reference in New Issue
Block a user