post処理をinterface側に実装(#51)

This commit is contained in:
keita
2021-02-18 11:34:23 +09:00
parent c43da34fe4
commit e45fc37c12
4 changed files with 91 additions and 92 deletions
-2
View File
@@ -11,8 +11,6 @@ class Update : public CocoaTweet::API::Interface::postInterface {
public:
Update();
void status(const std::string _status);
void process(std::weak_ptr<CocoaTweet::OAuth::OAuth1> _oauth,
std::function<void(std::string)> _callback);
private:
std::string status_;