From bf8ad124d03b4fd059318d9ba8889b11faaf5b53 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Wed, 24 Jan 2018 19:47:13 +0100 Subject: Gadu-Gadu: partial move to UI classes * advanced options form refactored * move to options class * const correctness * code cleaning --- protocols/Gadu-Gadu/src/oauth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu/src/oauth.cpp') diff --git a/protocols/Gadu-Gadu/src/oauth.cpp b/protocols/Gadu-Gadu/src/oauth.cpp index a38e3ad7d5..da0df144b6 100644 --- a/protocols/Gadu-Gadu/src/oauth.cpp +++ b/protocols/Gadu-Gadu/src/oauth.cpp @@ -291,7 +291,7 @@ char *oauth_auth_header(const char *httpmethod, const char *url, OAUTHSIGNMETHOD return res; } -int GGPROTO::oauth_receivetoken() +int GaduProto::oauth_receivetoken() { char szUrl[256], uin[32], *token = nullptr, *token_secret = nullptr; int res = 0; @@ -440,7 +440,7 @@ int GGPROTO::oauth_receivetoken() return res; } -int GGPROTO::oauth_checktoken(int force) +int GaduProto::oauth_checktoken(int force) { if (force) return oauth_receivetoken(); -- cgit v1.2.3