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

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

Préparation nouvelle arborescence

File size: 755 bytes
Line 
1#ifndef __XMLIO_NC4_DATA_INPUT__
2#define __XMLIO_NC4_DATA_INPUT__
3
4/// xmlioserver headers ///
5#include "xmlioserver_spl.hpp"
6#include "inetcdf4.hpp"
7
8namespace xmlioserver
9{
10   namespace io
11   {
12      /// ////////////////////// Déclarations ////////////////////// ///
13
14      class CNc4DataInput
15      {
16         public :
17
18            /// Constructeurs ///
19            CNc4DataInput(void);
20            CNc4DataInput(const CNc4DataInput & datainput);       // Not implemented.
21            CNc4DataInput(const CNc4DataInput * const datainput); // Not implemented.
22
23            /// Destructeur ///
24            virtual ~CNc4DataInput(void);
25
26      }; // class CNc4DataInput
27
28   } // namespace io
29} // namespace xmlioserver
30
31#endif //__XMLIO_NC4_DATA_INPUT__
Note: See TracBrowser for help on using the repository browser.