Add comments

pull/7798/head
Yuchen Zeng 8 years ago
parent e0705e2dc2
commit 59e835d431
  1. 1
      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;
};

Loading…
Cancel
Save