00001 // Additional Info Union implementation -*- C++ -*- 00002 // !! Only for compatibility !! 00003 00004 // $Id: addinfo.h 347 2008-02-06 15:20:01Z schilly $ 00005 // 00006 // Copyright (C) 2001-2003 Hermann Schichl 00007 // 00008 // This file is part of the COCONUT API. This library 00009 // is free software; you can redistribute it and/or modify it under the 00010 // terms of the Library GNU General Public License as published by the 00011 // Free Software Foundation; either version 2, or (at your option) 00012 // any later version. 00013 00014 // This library is distributed in the hope that it will be useful, 00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 // Library GNU General Public License for more details. 00018 00019 // As a special exception, you may use this file as part of a free software 00020 // library without restriction. Specifically, if other files instantiate 00021 // templates or use macros or inline functions from this file, or you compile 00022 // this file and link it with other files to produce an executable, this 00023 // file does not by itself cause the resulting executable to be covered by 00024 // the Library GNU General Public License. This exception does not however 00025 // invalidate any other reasons why the executable file might be covered by 00026 // the Library GNU General Public License. 00027 00030 #ifndef _ADDINFO_H_ 00031 #define _ADDINFO_H_ 00032 00033 #include <basic_alltype.h> 00034 00035 namespace coco { 00036 00038 00043 typedef basic_alltype additional_info_u; 00044 00045 } // namespace coco 00046 00047 #endif /* _ADDINFO_H_ */