diff options
author | qkrorlqr <qkrorlqr@yandex-team.ru> | 2022-02-10 16:47:20 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:20 +0300 |
commit | 9b89266638b10d40309e31dcb7caa2fc52b2aefd (patch) | |
tree | aaf0d6ece270940a4f208e4202e4a37a15ce05b7 /library/cpp/tvmauth | |
parent | 47af3b5bf148ddab250833ec454d30d7c4930c31 (diff) | |
download | ydb-9b89266638b10d40309e31dcb7caa2fc52b2aefd.tar.gz |
Restoring authorship annotation for <qkrorlqr@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tvmauth')
-rw-r--r-- | library/cpp/tvmauth/src/service_impl.h | 2 | ||||
-rw-r--r-- | library/cpp/tvmauth/src/user_impl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/tvmauth/src/service_impl.h b/library/cpp/tvmauth/src/service_impl.h index 18dd4ec335..6cb639731e 100644 --- a/library/cpp/tvmauth/src/service_impl.h +++ b/library/cpp/tvmauth/src/service_impl.h @@ -18,7 +18,7 @@ namespace NTvmAuth { using TServiceTicketImplPtr = THolder<TCheckedServiceTicket::TImpl>; class TCheckedServiceTicket::TImpl { public: - explicit operator bool() const; + explicit operator bool() const; TTvmId GetSrc() const; const TScopes& GetScopes() const; diff --git a/library/cpp/tvmauth/src/user_impl.h b/library/cpp/tvmauth/src/user_impl.h index e3f1099b90..16eb4b312c 100644 --- a/library/cpp/tvmauth/src/user_impl.h +++ b/library/cpp/tvmauth/src/user_impl.h @@ -14,7 +14,7 @@ namespace NTvmAuth { using TUserTicketImplPtr = THolder<TCheckedUserTicket::TImpl>; class TCheckedUserTicket::TImpl { public: - explicit operator bool() const; + explicit operator bool() const; TUid GetDefaultUid() const; time_t GetExpirationTime() const; |