Added deprecation warnings

This commit is contained in:
tastytea 2018-03-26 19:17:28 +02:00
parent c01af9a197
commit c27884e959
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,7 @@ public:
/*!
* @deprecated Will vanish in 1.0.0
*/
[[deprecated("Will vanish in 1.0.0")]]
const std::uint16_t register_app1(const std::string &instance,
const std::string &client_name,
const std::string &redirect_uri,
@ -315,6 +316,7 @@ public:
/*!
* @deprecated Will vanish in 1.0.0
*/
[[deprecated("Will vanish in 1.0.0")]]
const std::uint16_t register_app2(const std::string &instance,
const std::string &client_id,
const std::string &client_secret,