source: XMLIO_V2/dev/common/src/xmlio/config/functor_type.conf @ 219

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

Préparation nouvelle arborescence

File size: 290 bytes
Line 
1#ifdef __XMLIO_CAverage__
2   DECLARE_FUNCTOR(Average  , average)
3#endif //__XMLIO_CAverage__
4
5#ifdef __XMLIO_CInstant__
6   DECLARE_FUNCTOR(Instant, instant)
7#endif //__XMLIO_CInstant__
8
9#ifdef __XMLIO_COnce__
10   DECLARE_FUNCTOR(Once , once)
11#endif //__XMLIO_COnce__
12
13#undef DECLARE_FUNCTOR
Note: See TracBrowser for help on using the repository browser.