1 //  (C) Copyright Gennadiy Rozental 2005.
2 //  Use, modification, and distribution are subject to the
3 //  Boost Software License, Version 1.0. (See accompanying file
4 //  LICENSE_1_0.txt or copy at 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: char_parameter.cpp,v $
9 //
10 //  Version     : $Revision: 1.1.1.1 $
11 //
12 //  Description : offline implementation of char parameter
13 // ***************************************************************************
14 
15 #define BOOST_RT_PARAM_INLINE
16 #include <boost/test/utils/runtime/cla/char_parameter.ipp>
17 
18 // ************************************************************************** //
19 //   Revision History:
20 //
21 //   $Log: char_parameter.cpp,v $
22 //   Revision 1.1.1.1  2006/03/20 20:15:29  ewalkup
23 //   boost libraries
24 //
25 //   Revision 1.1  2005/04/12 06:42:43  rogeeff
26 //   Runtime.Param library initial commit
27 //
28 // ************************************************************************** //
29