1
This commit is contained in:
parent
b9d6982944
commit
c5e180a96a
@ -14,6 +14,8 @@
|
||||
#include <a8/a8.h>
|
||||
#include <a8/asiotcpclient.h>
|
||||
|
||||
#ifdef USE_ASIO
|
||||
|
||||
const int MAX_RECV_BUFFERSIZE = 1024 * 64;
|
||||
|
||||
namespace a8
|
||||
@ -249,3 +251,5 @@ namespace a8
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef USE_ASIO
|
||||
|
||||
namespace a8
|
||||
{
|
||||
|
||||
@ -43,3 +45,5 @@ namespace a8
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user