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

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

Préparation nouvelle arborescence

File size: 358 bytes
Line 
1#include "nc4_data_input.hpp"
2
3namespace xmlioserver
4{
5   namespace io
6   {
7      /// ////////////////////// Définitions ////////////////////// ///
8      CNc4DataInput::CNc4DataInput(void)
9      { /* ne rien faire de plus */ }
10
11      CNc4DataInput::~CNc4DataInput(void)
12      { /* ne rien faire de plus */ }
13
14   } // namespace io
15} // namespace xmlioserver
Note: See TracBrowser for help on using the repository browser.