interfaceの階層を変更
This commit is contained in:
@@ -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,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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user