source: XMLIO_V2/dev/common/src/xmlio/configure.cpp @ 219

Last change on this file since 219 was 219, checked in by hozdoba, 13 years ago

Préparation nouvelle arborescence

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