source: XIOS/trunk/src/xmlioserver.hpp @ 335

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

Change namespace xmlioserver -> xios

YM

File size: 390 bytes
Line 
1#ifndef __XMLIO__
2#define __XMLIO__
3
4#include "xmlioserver_spl.hpp"
5
6/// xios headers ///
7#include "tree_manager.hpp"
8#include "nc4_data_output.hpp"
9
10//#include "data_manager.hpp"
11//#include "time_manager.hpp"
12
13using namespace xios;
14using namespace xios::data;
15using namespace xios::io;
16using namespace xios::tree;
17using namespace xios::xml;
18using namespace xios::func;
19
20#endif //__XMLIO__
Note: See TracBrowser for help on using the repository browser.