diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /protocols/Steam/src/api | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Steam/src/api')
-rw-r--r-- | protocols/Steam/src/api/authorization.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/avatar.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/captcha.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/friend.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/friend_list.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/history.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/login.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/message.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/pending.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/poll.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/rsa_key.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/search.h | 2 | ||||
-rw-r--r-- | protocols/Steam/src/api/session.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/protocols/Steam/src/api/authorization.h b/protocols/Steam/src/api/authorization.h index cba8d4d274..87bff30afd 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 28e573d9d1..ef4fcdfcf5 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 9619a09b54..b61dca89d6 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 ade553f2c0..d0fd70fa22 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 b6ab98402b..d6826ebb60 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 09eed8a49c..86e29a6da2 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 35ea1d8c74..ced52b065c 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 77adb4a240..7c38bfb430 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 7c1964b6c5..411bcc2948 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 5c5da5674c..8dd795a4fa 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 9f89a70403..c9c826b18b 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 a22ed64431..e9e9691cc1 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 b00e470da6..96fc560816 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
|