summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Services.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-08-13 20:54:08 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-08-13 20:54:08 +0000
commit8c32170e2712fe88671cad08a392a0872684ad6c (patch)
treef5f02aab3f48b83c2d31d504b526f349b9925f0e /plugins/PluginUpdater/src/Services.cpp
parent1ca35422a252e1b254d6a4823717d39f7988514f (diff)
PluginUpdater: ability to download files via AccosMgr
git-svn-id: http://svn.miranda-ng.org/main/trunk@14945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Services.cpp')
-rw-r--r--plugins/PluginUpdater/src/Services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Services.cpp b/plugins/PluginUpdater/src/Services.cpp
index ef70e7edb8..4111fca483 100644
--- a/plugins/PluginUpdater/src/Services.cpp
+++ b/plugins/PluginUpdater/src/Services.cpp
@@ -63,4 +63,4 @@ void InitServices()
CreateServiceFunction(MS_PU_FREEHASHES, srvFreeHashes);
CreateServiceFunction(MS_PU_GETHASHCOUNT, srvGetHashCount);
CreateServiceFunction(MS_PU_GETNTHHASH, srvGetNthHash);
-}
+} \ No newline at end of file