This commit is contained in:
tastytea 2018-03-01 03:10:05 +01:00
parent a7c96cf30e
commit a257818f31
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 2 additions and 3 deletions

View File

@ -111,7 +111,6 @@ If you use a debug build, you get more verbose error messages.
* [x] Make HTTP header available * [x] Make HTTP header available
* [x] Streaming API * [x] Streaming API
* Later * Later
* [ ] Asynchronous I/O
* [ ] Improve error reporting * [ ] Improve error reporting
## Status of implementation ## Status of implementation

View File

@ -274,7 +274,7 @@ public:
std::string &url); std::string &url);
/*! /*!
* @deprecated Will vanish in 0.5.0 * @deprecated Will vanish in 1.0.0
*/ */
const std::uint16_t register_app1(const std::string &instance, const std::uint16_t register_app1(const std::string &instance,
const std::string &client_name, const std::string &client_name,
@ -305,7 +305,7 @@ public:
std::string &access_token); std::string &access_token);
/*! /*!
* @deprecated Will vanish in 0.5.0 * @deprecated Will vanish in 1.0.0
*/ */
const std::uint16_t register_app2(const std::string &instance, const std::uint16_t register_app2(const std::string &instance,
const std::string &client_id, const std::string &client_id,