shared code
This commit is contained in:
parent
51aa31ba4b
commit
1de00ebae7
@ -42,7 +42,11 @@
|
|||||||
|
|
||||||
#include "pathut.h"
|
#include "pathut.h"
|
||||||
#include "smallut.h"
|
#include "smallut.h"
|
||||||
|
#ifdef MDU_INCLUDE_LOG
|
||||||
|
#include MDU_INCLUDE_LOG
|
||||||
|
#else
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
@ -54,7 +54,11 @@
|
|||||||
#include "netcon.h"
|
#include "netcon.h"
|
||||||
#include "closefrom.h"
|
#include "closefrom.h"
|
||||||
#include "smallut.h"
|
#include "smallut.h"
|
||||||
|
#ifdef MDU_INCLUDE_LOG
|
||||||
|
#include MDU_INCLUDE_LOG
|
||||||
|
#else
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
@ -51,7 +51,11 @@
|
|||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#ifdef MDU_INCLUDE_LOG
|
||||||
|
#include MDU_INCLUDE_LOG
|
||||||
|
#else
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,11 @@
|
|||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
|
|
||||||
|
#ifdef MDU_INCLUDE_LOG
|
||||||
|
#include MDU_INCLUDE_LOG
|
||||||
|
#else
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A WorkQueue manages the synchronisation around a queue of work items,
|
* A WorkQueue manages the synchronisation around a queue of work items,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user