Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/wave/samples/waveidl/idl_version.hpp @ 29

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

updated boost from 1_33_1 to 1_34_1

File size: 997 bytes
Line 
1/*=============================================================================
2    Boost.Wave: A Standard compliant C++ preprocessor library
3
4    Sample: IDL oriented preprocessor
5   
6    http://www.boost.org/
7
8    Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost
9    Software License, Version 1.0. (See accompanying file
10    LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11=============================================================================*/
12
13#if !defined(IDL_VERSION_HPP_780C1190_3107_440B_B303_B687A449749B_INCLUDED)
14#define IDL_VERSION_HPP_780C1190_3107_440B_B303_B687A449749B_INCLUDED
15
16#include <boost/wave/wave_version.hpp> 
17
18#define IDL_VERSION_MAJOR           BOOST_WAVE_VERSION_MAJOR
19#define IDL_VERSION_MINOR           BOOST_WAVE_VERSION_MINOR
20#define IDL_VERSION_SUBMINOR        BOOST_WAVE_VERSION_SUBMINOR
21#define IDL_VERSION_DATE            20050117L
22
23#endif // !defined(IDL_VERSION_HPP_780C1190_3107_440B_B303_B687A449749B_INCLUDED)
Note: See TracBrowser for help on using the repository browser.