Skip to content
Snippets Groups Projects
Commit 37718a4f authored by Mehrdad Afshari's avatar Mehrdad Afshari Committed by Mehrdad Afshari
Browse files

Doxygenize comments in server_context_test_spouse.h

parent d488bbac
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class ServerContextTestSpouse { ...@@ -47,7 +47,7 @@ class ServerContextTestSpouse {
explicit ServerContextTestSpouse(ServerContext* ctx) : ctx_(ctx) {} explicit ServerContextTestSpouse(ServerContext* ctx) : ctx_(ctx) {}
/// Inject client metadata to the ServerContext for the test. The test spouse /// Inject client metadata to the ServerContext for the test. The test spouse
/// must be alive when ServerContext::client_metadata is called. /// must be alive when \a ServerContext::client_metadata is called.
void AddClientMetadata(const grpc::string& key, const grpc::string& value) { void AddClientMetadata(const grpc::string& key, const grpc::string& value) {
client_metadata_storage_.insert( client_metadata_storage_.insert(
std::pair<grpc::string, grpc::string>(key, value)); std::pair<grpc::string, grpc::string>(key, value));
...@@ -70,7 +70,7 @@ class ServerContextTestSpouse { ...@@ -70,7 +70,7 @@ class ServerContextTestSpouse {
} }
private: private:
ServerContext* ctx_; /// not owned ServerContext* ctx_; // not owned
std::multimap<grpc::string, grpc::string> client_metadata_storage_; std::multimap<grpc::string, grpc::string> client_metadata_storage_;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment