diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/grpc/test/cpp/util/cli_credentials.h | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/grpc/test/cpp/util/cli_credentials.h')
-rw-r--r-- | contrib/libs/grpc/test/cpp/util/cli_credentials.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/grpc/test/cpp/util/cli_credentials.h b/contrib/libs/grpc/test/cpp/util/cli_credentials.h index 3e695692fa..43f098f245 100644 --- a/contrib/libs/grpc/test/cpp/util/cli_credentials.h +++ b/contrib/libs/grpc/test/cpp/util/cli_credentials.h @@ -29,16 +29,16 @@ class CliCredentials { public: virtual ~CliCredentials() {} std::shared_ptr<grpc::ChannelCredentials> GetCredentials() const; - virtual const TString GetCredentialUsage() const; - virtual const TString GetSslTargetNameOverride() const; + virtual const TString GetCredentialUsage() const; + virtual const TString GetSslTargetNameOverride() const; protected: // Returns the appropriate channel_creds_type value for the set of legacy // flag arguments. - virtual TString GetDefaultChannelCredsType() const; + virtual TString GetDefaultChannelCredsType() const; // Returns the appropriate call_creds value for the set of legacy flag // arguments. - virtual TString GetDefaultCallCreds() const; + virtual TString GetDefaultCallCreds() const; // Returns the base transport channel credentials. Child classes can override // to support additional channel_creds_types unknown to this base class. virtual std::shared_ptr<grpc::ChannelCredentials> GetChannelCredentials() |