include guard

This commit is contained in:
keita
2022-04-23 18:09:12 +09:00
parent 611cfc2e31
commit cc1e136bf2
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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 -1
View File
@@ -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) {
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>