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 /plugins/CloudFile/src/Services | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/CloudFile/src/Services')
-rw-r--r-- | plugins/CloudFile/src/Services/dropbox_api.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/dropbox_service.cpp | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/dropbox_service.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/google_api.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/google_service.cpp | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/google_service.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/microsoft_api.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/microsoft_service.cpp | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/microsoft_service.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/yandex_api.h | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/yandex_service.cpp | 2 | ||||
-rw-r--r-- | plugins/CloudFile/src/Services/yandex_service.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/CloudFile/src/Services/dropbox_api.h b/plugins/CloudFile/src/Services/dropbox_api.h index fefb6ef70d..46b2cadc84 100644 --- a/plugins/CloudFile/src/Services/dropbox_api.h +++ b/plugins/CloudFile/src/Services/dropbox_api.h @@ -1,4 +1,4 @@ -#ifndef _DROPBOXSERVICE_API_H_ +#ifndef _DROPBOXSERVICE_API_H_ #define _DROPBOXSERVICE_API_H_ namespace DropboxAPI diff --git a/plugins/CloudFile/src/Services/dropbox_service.cpp b/plugins/CloudFile/src/Services/dropbox_service.cpp index f1157a52b2..53306f8f5c 100644 --- a/plugins/CloudFile/src/Services/dropbox_service.cpp +++ b/plugins/CloudFile/src/Services/dropbox_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "dropbox_api.h" CDropboxService::CDropboxService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/dropbox_service.h b/plugins/CloudFile/src/Services/dropbox_service.h index 90dc11d259..8c3fad3fe3 100644 --- a/plugins/CloudFile/src/Services/dropbox_service.h +++ b/plugins/CloudFile/src/Services/dropbox_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDSERVICE_DROPBOX_H_ +#ifndef _CLOUDSERVICE_DROPBOX_H_ #define _CLOUDSERVICE_DROPBOX_H_ class CDropboxService : public CCloudService diff --git a/plugins/CloudFile/src/Services/google_api.h b/plugins/CloudFile/src/Services/google_api.h index 476a97a0e2..ec6af72439 100644 --- a/plugins/CloudFile/src/Services/google_api.h +++ b/plugins/CloudFile/src/Services/google_api.h @@ -1,4 +1,4 @@ -#ifndef _GDRIVESERVICE_API_H_ +#ifndef _GDRIVESERVICE_API_H_ #define _GDRIVESERVICE_API_H_ namespace GDriveAPI diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp index 5c5b7703d4..d8ff6a2769 100644 --- a/plugins/CloudFile/src/Services/google_service.cpp +++ b/plugins/CloudFile/src/Services/google_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "google_api.h" CGDriveService::CGDriveService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/google_service.h b/plugins/CloudFile/src/Services/google_service.h index 878fa8f442..7b276d2051 100644 --- a/plugins/CloudFile/src/Services/google_service.h +++ b/plugins/CloudFile/src/Services/google_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDFILE_GDRIVE_H_ +#ifndef _CLOUDFILE_GDRIVE_H_ #define _CLOUDFILE_GDRIVE_H_ class CGDriveService : public CCloudService diff --git a/plugins/CloudFile/src/Services/microsoft_api.h b/plugins/CloudFile/src/Services/microsoft_api.h index 2545708a45..634ee88857 100644 --- a/plugins/CloudFile/src/Services/microsoft_api.h +++ b/plugins/CloudFile/src/Services/microsoft_api.h @@ -1,4 +1,4 @@ -#ifndef _ONEDRIVESERVICE_API_H_ +#ifndef _ONEDRIVESERVICE_API_H_ #define _ONEDRIVESERVICE_API_H_ namespace OneDriveAPI diff --git a/plugins/CloudFile/src/Services/microsoft_service.cpp b/plugins/CloudFile/src/Services/microsoft_service.cpp index 38519e6d55..70694e414d 100644 --- a/plugins/CloudFile/src/Services/microsoft_service.cpp +++ b/plugins/CloudFile/src/Services/microsoft_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "microsoft_api.h" COneDriveService::COneDriveService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/microsoft_service.h b/plugins/CloudFile/src/Services/microsoft_service.h index cdd9d53976..905e92e190 100644 --- a/plugins/CloudFile/src/Services/microsoft_service.h +++ b/plugins/CloudFile/src/Services/microsoft_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDFILE_ONEDRIVE_H_ +#ifndef _CLOUDFILE_ONEDRIVE_H_ #define _CLOUDFILE_ONEDRIVE_H_ class COneDriveService : public CCloudService diff --git a/plugins/CloudFile/src/Services/yandex_api.h b/plugins/CloudFile/src/Services/yandex_api.h index 56d77feb8c..c3c9661205 100644 --- a/plugins/CloudFile/src/Services/yandex_api.h +++ b/plugins/CloudFile/src/Services/yandex_api.h @@ -1,4 +1,4 @@ -#ifndef _YANDEXSERVICE_API_H_ +#ifndef _YANDEXSERVICE_API_H_ #define _YANDEXSERVICE_API_H_ namespace YandexAPI diff --git a/plugins/CloudFile/src/Services/yandex_service.cpp b/plugins/CloudFile/src/Services/yandex_service.cpp index 1e4d5749cb..11ece23b2f 100644 --- a/plugins/CloudFile/src/Services/yandex_service.cpp +++ b/plugins/CloudFile/src/Services/yandex_service.cpp @@ -1,4 +1,4 @@ -#include "..\stdafx.h" +#include "..\stdafx.h" #include "yandex_api.h" CYandexService::CYandexService(HNETLIBUSER hConnection) diff --git a/plugins/CloudFile/src/Services/yandex_service.h b/plugins/CloudFile/src/Services/yandex_service.h index 85c0ad12de..d901821dd3 100644 --- a/plugins/CloudFile/src/Services/yandex_service.h +++ b/plugins/CloudFile/src/Services/yandex_service.h @@ -1,4 +1,4 @@ -#ifndef _CLOUDFILE_YANDEX_H_ +#ifndef _CLOUDFILE_YANDEX_H_ #define _CLOUDFILE_YANDEX_H_ class CYandexService : public CCloudService |