rename RpcClient to ProxyMarshaller
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "{{ cls.name }}.proxy.h"
|
||||
#include "rpc/RpcClient.h"
|
||||
#include "rpc/ProxyMarshaller.h"
|
||||
|
||||
class {{ cls.name }}Proxy::Impl {
|
||||
public:
|
||||
explicit Impl(IpcChannel& ch)
|
||||
: client(ch) {}
|
||||
|
||||
RpcClient client;
|
||||
ProxyMarshaller client;
|
||||
};
|
||||
|
||||
{{ cls.name }}Proxy::{{ cls.name }}Proxy(IpcChannel& ch)
|
||||
|
||||
Reference in New Issue
Block a user