aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/sync_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/impl/codegen/sync_stream.h b/include/grpc++/impl/codegen/sync_stream.h
index 36518abb78..7601ceae92 100644
--- a/include/grpc++/impl/codegen/sync_stream.h
+++ b/include/grpc++/impl/codegen/sync_stream.h
@@ -69,6 +69,7 @@ class ServerStreamingInterface {
public:
virtual ~ServerStreamingInterface() {}
+ /// Blocking send initial metadata to client.
virtual void SendInitialMetadata() = 0;
};