diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-24 11:33:04 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-24 11:33:04 -0700 |
commit | f8b14ca5f24448767c8627bb11508ba91ce608a0 (patch) | |
tree | 9c674d6529e8da204ca26021ca50d005211bc27f /include/grpc++/security/auth_metadata_processor.h | |
parent | b9d3596cb1cf9406ea6b1c67eda04a497857f6b4 (diff) | |
parent | 9e71674ab942c748f24e945327424163c15b5e66 (diff) |
Merge github.com:grpc/grpc into come-out-of-the-shadow
Diffstat (limited to 'include/grpc++/security/auth_metadata_processor.h')
-rw-r--r-- | include/grpc++/security/auth_metadata_processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/security/auth_metadata_processor.h b/include/grpc++/security/auth_metadata_processor.h index 18ad922321..9b9c06e3b6 100644 --- a/include/grpc++/security/auth_metadata_processor.h +++ b/include/grpc++/security/auth_metadata_processor.h @@ -45,7 +45,7 @@ namespace grpc { class AuthMetadataProcessor { public: typedef std::multimap<grpc::string_ref, grpc::string_ref> InputMetadata; - typedef std::multimap<grpc::string, grpc::string_ref> OutputMetadata; + typedef std::multimap<grpc::string, grpc::string> OutputMetadata; virtual ~AuthMetadataProcessor() {} |