mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 08:34:47 +08:00
rename
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#include "rest_rpc/rpc_client.hpp"
|
||||
#include "rest_rpc/rpc_server.h"
|
||||
#include "rest_rpc/rest_rpc_client.hpp"
|
||||
#include "rest_rpc/rest_rpc_server.h"
|
||||
@@ -24,9 +24,9 @@ template <> struct call_result<void> {
|
||||
rpc_errc ec;
|
||||
};
|
||||
|
||||
class client {
|
||||
class rest_rpc_client {
|
||||
public:
|
||||
client() : socket_(get_global_executor()) {}
|
||||
rest_rpc_client() : socket_(get_global_executor()) {}
|
||||
|
||||
auto get_executor() { return socket_.get_executor(); }
|
||||
|
||||
Reference in New Issue
Block a user