summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/api')
-rw-r--r--protocols/Steam/src/api/authorization.h2
-rw-r--r--protocols/Steam/src/api/avatar.h2
-rw-r--r--protocols/Steam/src/api/captcha.h2
-rw-r--r--protocols/Steam/src/api/friend.h2
-rw-r--r--protocols/Steam/src/api/friend_list.h2
-rw-r--r--protocols/Steam/src/api/history.h2
-rw-r--r--protocols/Steam/src/api/login.h2
-rw-r--r--protocols/Steam/src/api/message.h2
-rw-r--r--protocols/Steam/src/api/pending.h2
-rw-r--r--protocols/Steam/src/api/poll.h2
-rw-r--r--protocols/Steam/src/api/rsa_key.h2
-rw-r--r--protocols/Steam/src/api/search.h2
-rw-r--r--protocols/Steam/src/api/session.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/protocols/Steam/src/api/authorization.h b/protocols/Steam/src/api/authorization.h
index 87bff30afd..cba8d4d274 100644
--- a/protocols/Steam/src/api/authorization.h
+++ b/protocols/Steam/src/api/authorization.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_AUTHORIZATION_H_
+#ifndef _STEAM_REQUEST_AUTHORIZATION_H_
#define _STEAM_REQUEST_AUTHORIZATION_H_
class AuthorizationRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/avatar.h b/protocols/Steam/src/api/avatar.h
index ef4fcdfcf5..28e573d9d1 100644
--- a/protocols/Steam/src/api/avatar.h
+++ b/protocols/Steam/src/api/avatar.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_AVATAR_H_
+#ifndef _STEAM_REQUEST_AVATAR_H_
#define _STEAM_REQUEST_AVATAR_H_
class GetAvatarRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/captcha.h b/protocols/Steam/src/api/captcha.h
index b61dca89d6..9619a09b54 100644
--- a/protocols/Steam/src/api/captcha.h
+++ b/protocols/Steam/src/api/captcha.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_CAPTCHA_H_
+#ifndef _STEAM_REQUEST_CAPTCHA_H_
#define _STEAM_REQUEST_CAPTCHA_H_
class GetCaptchaRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/friend.h b/protocols/Steam/src/api/friend.h
index d0fd70fa22..ade553f2c0 100644
--- a/protocols/Steam/src/api/friend.h
+++ b/protocols/Steam/src/api/friend.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_FRIEND_H_
+#ifndef _STEAM_REQUEST_FRIEND_H_
#define _STEAM_REQUEST_FRIEND_H_
class GetUserSummariesRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/friend_list.h b/protocols/Steam/src/api/friend_list.h
index d6826ebb60..b6ab98402b 100644
--- a/protocols/Steam/src/api/friend_list.h
+++ b/protocols/Steam/src/api/friend_list.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_FRIEND_LIST_H_
+#ifndef _STEAM_REQUEST_FRIEND_LIST_H_
#define _STEAM_REQUEST_FRIEND_LIST_H_
class GetFriendListRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/history.h b/protocols/Steam/src/api/history.h
index 86e29a6da2..09eed8a49c 100644
--- a/protocols/Steam/src/api/history.h
+++ b/protocols/Steam/src/api/history.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_HISTORY_H_
+#ifndef _STEAM_REQUEST_HISTORY_H_
#define _STEAM_REQUEST_HISTORY_H_
class GetConversationsRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/login.h b/protocols/Steam/src/api/login.h
index ced52b065c..35ea1d8c74 100644
--- a/protocols/Steam/src/api/login.h
+++ b/protocols/Steam/src/api/login.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_LOGIN_H_
+#ifndef _STEAM_REQUEST_LOGIN_H_
#define _STEAM_REQUEST_LOGIN_H_
class LogonRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/message.h b/protocols/Steam/src/api/message.h
index 7c38bfb430..77adb4a240 100644
--- a/protocols/Steam/src/api/message.h
+++ b/protocols/Steam/src/api/message.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_MESSAGE_H_
+#ifndef _STEAM_REQUEST_MESSAGE_H_
#define _STEAM_REQUEST_MESSAGE_H_
class SendMessageRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/pending.h b/protocols/Steam/src/api/pending.h
index 411bcc2948..7c1964b6c5 100644
--- a/protocols/Steam/src/api/pending.h
+++ b/protocols/Steam/src/api/pending.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_PENDING_H_
+#ifndef _STEAM_REQUEST_PENDING_H_
#define _STEAM_REQUEST_PENDING_H_
class ApprovePendingRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/poll.h b/protocols/Steam/src/api/poll.h
index 8dd795a4fa..5c5da5674c 100644
--- a/protocols/Steam/src/api/poll.h
+++ b/protocols/Steam/src/api/poll.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_POLL_H_
+#ifndef _STEAM_REQUEST_POLL_H_
#define _STEAM_REQUEST_POLL_H_
class PollRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/rsa_key.h b/protocols/Steam/src/api/rsa_key.h
index c9c826b18b..9f89a70403 100644
--- a/protocols/Steam/src/api/rsa_key.h
+++ b/protocols/Steam/src/api/rsa_key.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_RSA_KEY_H_
+#ifndef _STEAM_REQUEST_RSA_KEY_H_
#define _STEAM_REQUEST_RSA_KEY_H_
class GetRsaKeyRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/search.h b/protocols/Steam/src/api/search.h
index e9e9691cc1..a22ed64431 100644
--- a/protocols/Steam/src/api/search.h
+++ b/protocols/Steam/src/api/search.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_SEARCH_H_
+#ifndef _STEAM_REQUEST_SEARCH_H_
#define _STEAM_REQUEST_SEARCH_H_
class SearchRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/session.h b/protocols/Steam/src/api/session.h
index 96fc560816..b00e470da6 100644
--- a/protocols/Steam/src/api/session.h
+++ b/protocols/Steam/src/api/session.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_SESSION_H_
+#ifndef _STEAM_REQUEST_SESSION_H_
#define _STEAM_REQUEST_SESSION_H_
class GetSessionRequest : public HttpRequest