Update 'source/forstio/rpc/rpc.h'

This commit is contained in:
keldu 2022-05-15 15:06:02 +02:00
parent 54608ac410
commit b25b28a560
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ public:
/**
*
*/
template<StringLiteral FunctionLiteral, typename... Args>
Conveyor<Message<FunctionResponse>> request(Args&&... args);
template<StringLiteral FunctionLiteral>
Conveyor<Message<FunctionResponse>> request(Message<FunctionRequest> parameters);
};
class Service {