Explorar el Código

Use XMLReader instead of configuration.


git-svn-id: https://svn.microneil.com/svn/SNFMulti/branches/adeniz_1@62 dc71a809-1921-45c4-985c-09c81d0142d9
adeniz_1
adeniz hace 9 años
padre
commit
4eb047737e
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1
    1
      snfCFGmgr.hpp
  2. 1
    1
      snf_sync.hpp
  3. 1
    1
      snf_xci.hpp

+ 1
- 1
snfCFGmgr.hpp Ver fichero

@@ -12,7 +12,7 @@
#include "SNFMulti/GBUdb.hpp"
#include "SNFMulti/snf_HeaderFinder.hpp"

#include "CodeDweller/configuration.hpp"
#include "CodeDweller/XMLReader.hpp"
#include "CodeDweller/threading.hpp"
#include <string>
#include <set>

+ 1
- 1
snf_sync.hpp Ver fichero

@@ -13,7 +13,7 @@
#include <cstring>
#include "SNFMulti/GBUdb.hpp"
#include "CodeDweller/networking.hpp"
#include "CodeDweller/configuration.hpp"
#include "CodeDweller/XMLReader.hpp"

namespace SNFMulti {


+ 1
- 1
snf_xci.hpp Ver fichero

@@ -14,7 +14,7 @@
#ifndef snf_xci_included
#define snf_xci_included

#include "CodeDweller/configuration.hpp"
#include "CodeDweller/XMLReader.hpp"

namespace SNFMulti {


Cargando…
Cancelar
Guardar