Fix declarations of functions (#186)

Move file-scope functions to anonymous namespaces.
Drop #pragma once from .cpp files
This commit is contained in:
Michał Janiszewski
2019-03-13 21:15:08 +01:00
committed by Daniel Belcher
parent 251578047f
commit be31288187
8 changed files with 32 additions and 55 deletions

View File

@@ -1,8 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "pch.h"
#include "CurrencyHttpClient.h"