include guard
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <cocoatweet/api/api.h>
|
||||
#include <cocoatweet/authentication/authenticate.h>
|
||||
#include <cocoatweet/authentication/oauth.h>
|
||||
#include <cocoatweet/authentication/bearer.h>
|
||||
#include <cocoatweet/authentication/plain.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef COCOATWEET_API_OAUTH1_ACCESSTOKEN_H
|
||||
#define COCOATWEET_API_OAUTH1_ACCESSTOKEN_H
|
||||
#ifndef COCOATWEET_API_OAUTH1_ACCESSTOKEN_H_
|
||||
#define COCOATWEET_API_OAUTH1_ACCESSTOKEN_H_
|
||||
|
||||
#include <cocoatweet/api/interface/httpPost.h>
|
||||
#include <cocoatweet/api/model/oauthToken.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef COCOATWEET_API_OAUTH1_AUTHORIZE_H
|
||||
#define COCOATWEET_API_OAUTH1_AUTHORIZE_H
|
||||
#ifndef COCOATWEET_API_OAUTH1_AUTHORIZE_H_
|
||||
#define COCOATWEET_API_OAUTH1_AUTHORIZE_H_
|
||||
|
||||
#include <cocoatweet/api/interface/httpPost.h>
|
||||
namespace CocoaTweet::API::OAuth1 {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <cocoatweet/api/oauth1/oauth.h>
|
||||
#include <cocoatweet/authentication/authenticate.h>
|
||||
#include <cocoatweet/authentication/oauth.h>
|
||||
|
||||
namespace CocoaTweet::API::OAuth1 {
|
||||
OAuth::OAuth(std::shared_ptr<CocoaTweet::Authentication::AuthenticatorBase> _oauth) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef COCOATWEET_API_OAUTH1_REQUESTTOKEN_H
|
||||
#define COCOATWEET_API_OAUTH1_REQUESTTOKEN_H
|
||||
#ifndef COCOATWEET_API_OAUTH1_REQUESTTOKEN_H_
|
||||
#define COCOATWEET_API_OAUTH1_REQUESTTOKEN_H_
|
||||
|
||||
#include <cocoatweet/api/interface/httpPost.h>
|
||||
#include <cocoatweet/api/model/oauthToken.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef COCOATWEET_API_OAUTH2_TOKEN_H
|
||||
#define COCOATWEET_API_OAUTH2_TOKEN_H
|
||||
#ifndef COCOATWEET_API_OAUTH2_TOKEN_H_
|
||||
#define COCOATWEET_API_OAUTH2_TOKEN_H_
|
||||
|
||||
#include <cocoatweet/api/interface/httpPost.h>
|
||||
#include <cocoatweet/authentication/basic.h>
|
||||
|
||||
Reference in New Issue
Block a user