source: XIOS/trunk/src/configure.cpp @ 477

Last change on this file since 477 was 335, checked in by ymipsl, 12 years ago

Change namespace xmlioserver -> xios

YM

File size: 301 bytes
RevLine 
[219]1#define __XMLIO_Configure__ // < Ne pas supprimer
2
[335]3/// xios headers ///
[219]4#include "xmlioserver_spl.hpp"
5
6/// /////////// Macros /////////// ///
7#undef  DECLARE_PROPERTY
8#define DECLARE_PROPERTY(type, name, value) \
9   type name = value;
10
[335]11namespace xios
[219]12{
13#include "properties.conf"
[335]14} // namespace xios
Note: See TracBrowser for help on using the repository browser.