mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 17:00:52 +08:00
9 lines
150 B
C++
9 lines
150 B
C++
#pragma once
|
|
#include "acl_cpp/master/master_threads.hpp"
|
|
|
|
namespace acl {
|
|
|
|
typedef class master_threads master_threads2;
|
|
|
|
} // namespace acl
|