Browse Source

Merge branch 'master' of https://code.microneil.com/madscientist/SNFMulti

 Conflicts:
	snfLOGmgr.hpp
master
adeniz 4 years ago
parent
commit
f418e82cb1
2 changed files with 8 additions and 1 deletions
  1. 7
    0
      snfLOGmgr.hpp
  2. 1
    1
      snf_sync.hpp

+ 7
- 0
snfLOGmgr.hpp View File

#include <ctime> #include <ctime>
#include <cstdio> #include <cstdio>


<<<<<<< HEAD
#include "../CodeDweller/timing.hpp" #include "../CodeDweller/timing.hpp"


#ifdef WIN32 #ifdef WIN32
#include "../CodeDweller/threading.hpp" #include "../CodeDweller/threading.hpp"
#include "../CodeDweller/histogram.hpp" #include "../CodeDweller/histogram.hpp"


=======
>>>>>>> 5ef1aae226f36c766ca1253592a8c11d95dd1992
#include "snf_match.h" #include "snf_match.h"


#include "snfCFGmgr.hpp" #include "snfCFGmgr.hpp"
#include "snfNETmgr.hpp" #include "snfNETmgr.hpp"
#include "GBUdb.hpp" #include "GBUdb.hpp"


#include "../CodeDweller/timing.hpp"
#include "../CodeDweller/threading.hpp"
#include "../CodeDweller/histogram.hpp"

namespace cd = codedweller; namespace cd = codedweller;


class snfNETmgr; // Declare snfNETmgr class snfNETmgr; // Declare snfNETmgr

+ 1
- 1
snf_sync.hpp View File



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


namespace cd = codedweller; namespace cd = codedweller;



Loading…
Cancel
Save