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

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

Préparation nouvelle arborescence

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