Browse Source

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 9 years ago
parent
commit
4eb047737e
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      snfCFGmgr.hpp
  2. 1
    1
      snf_sync.hpp
  3. 1
    1
      snf_xci.hpp

+ 1
- 1
snfCFGmgr.hpp View File

#include "SNFMulti/GBUdb.hpp" #include "SNFMulti/GBUdb.hpp"
#include "SNFMulti/snf_HeaderFinder.hpp" #include "SNFMulti/snf_HeaderFinder.hpp"


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

+ 1
- 1
snf_sync.hpp View File

#include <cstring> #include <cstring>
#include "SNFMulti/GBUdb.hpp" #include "SNFMulti/GBUdb.hpp"
#include "CodeDweller/networking.hpp" #include "CodeDweller/networking.hpp"
#include "CodeDweller/configuration.hpp"
#include "CodeDweller/XMLReader.hpp"


namespace SNFMulti { namespace SNFMulti {



+ 1
- 1
snf_xci.hpp View File

#ifndef snf_xci_included #ifndef snf_xci_included
#define snf_xci_included #define snf_xci_included


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


namespace SNFMulti { namespace SNFMulti {



Loading…
Cancel
Save