interfaceの階層を変更

This commit is contained in:
keita
2021-02-17 10:20:33 +09:00
parent 45402eb217
commit 6eb90553d1
5 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
#include <cocoatweet/api/interface.h>
#include <cocoatweet/api/interface/interface.h>
namespace CocoaTweet::API {
size_t Interface::curlCallback_(char* _ptr, size_t _size, size_t _nmemb, std::string* _stream) {
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef COCOATWEET_API_STATUSED_H_
#define COCOATWEET_API_STATUSED_H_
#include "cocoatweet/api/groupInterface.h"
#include "cocoatweet/api/interface/groupInterface.h"
#include "cocoatweet/oauth/oauth.h"
namespace CocoaTweet::API::Statuses {
+1 -1
View File
@@ -3,7 +3,7 @@
#include <memory>
#include "cocoatweet/api/interface.h"
#include "cocoatweet/api/interface/interface.h"
//#include "cocoatweet/oauth/oauth.h"
namespace CocoaTweet::API::Statuses {