mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Remove requirement of assignReply from StateHandler template-interface
* This is handled internally and is not required by the interface
This commit is contained in:
parent
d1a0799861
commit
ac18bc20ec
@ -129,14 +129,13 @@ private:
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
// Templated *streaming* gRPC-callback calling service implementation callbacks
|
||||
// Templated bi-directional *streaming* gRPC-callback calling service implementation callbacks
|
||||
//
|
||||
// The streaming callback needs a state handler for setting up and maintaining order.
|
||||
//
|
||||
// A fully functional stream handler needs to implement the following methods:
|
||||
// 1. Default Constructor
|
||||
// 2. grpc::Status init(const grpc::Message* request)
|
||||
// 3. grpc::status assignReply(grpc::Message* reply)
|
||||
//
|
||||
//==================================================================================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user