mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
delete unused master_threads2 class
This commit is contained in:
parent
70c467f1e8
commit
53dd737565
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "acl_cpp/master/master_threads2.hpp"
|
||||
#include "acl_cpp/master/master_threads.hpp"
|
||||
#include "acl_cpp/master/master_conf.hpp"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
@ -21,7 +21,7 @@ extern acl::master_int64_tbl var_conf_int64_tab[];
|
||||
|
||||
//class acl::socket_stream;
|
||||
|
||||
class master_service : public acl::master_threads2
|
||||
class master_service : public acl::master_threads
|
||||
{
|
||||
public:
|
||||
master_service();
|
||||
|
Loading…
Reference in New Issue
Block a user