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

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

Préparation nouvelle arborescence

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