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

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

Préparation nouvelle arborescence

File size: 355 bytes
Line 
1#include "rebuild.hpp"
2
3namespace xmlioserver
4{
5   namespace io
6   {
7      /// ////////////////////// Définitions ////////////////////// ///
8
9      CRebuild::CRebuild(const StdString & filename)
10      { /* Ne rien faire de plus */ }
11
12      CRebuild::~CRebuild(void)
13      { /* Ne rien faire de plus */ }
14
15
16   } // namespace io
17} // namespace xmlioserver
Note: See TracBrowser for help on using the repository browser.