* fix export

* naming

* quotes

* more quotes
This commit is contained in:
George Arama 2024-01-16 12:01:31 -08:00 коммит произвёл GitHub
Родитель c42e03e570
Коммит b43d53bb23
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 19 добавлений и 15 удалений

Просмотреть файл

@ -3,7 +3,7 @@
#pragma once
#include "azure/core/dll_import_export.hpp"
#include "azure/data/tables/dll_import_export.hpp"
#include <azure/core/http/policies/policy.hpp>
@ -12,7 +12,7 @@
namespace Azure { namespace Data { namespace Tables { namespace _detail { namespace Policies {
AZ_CORE_DLLEXPORT extern const Azure::Core::Context::Key SecondaryHostReplicaStatusKey;
AZ_DATA_TABLES_DLLEXPORT extern const Azure::Core::Context::Key SecondaryHostReplicaStatusKey;
inline Azure::Core::Context WithReplicaStatus(const Azure::Core::Context& context)
{

Просмотреть файл

@ -3,11 +3,12 @@
#pragma once
#include "azure/data/tables/dll_import_export.hpp"
#include <azure/core/datetime.hpp>
#include <azure/core/internal/extendable_enumeration.hpp>
#include <azure/core/nullable.hpp>
#include <azure/core/paged_response.hpp>
#include <azure/data/tables/dll_import_export.hpp>
#include <cstdint>
#include <map>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include <azure/data/tables/internal/policies/switch_to_secondary_policy.hpp>
#include "azure/data/tables/internal/policies/switch_to_secondary_policy.hpp"
namespace Azure { namespace Data { namespace Tables { namespace _detail { namespace Policies {

Просмотреть файл

@ -1,8 +1,9 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "azure/data/tables/internal/serializers.hpp"
#include <azure/core/internal/json/json.hpp>
#include <azure/data/tables/internal/serializers.hpp>
using namespace Azure::Data::Tables::_detail::Xml;
using namespace Azure::Data::Tables;

Просмотреть файл

@ -1,14 +1,15 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include <azure/data/tables/internal/policies/service_version_policy.hpp>
#include <azure/data/tables/internal/policies/shared_key_lite_policy.hpp>
#include <azure/data/tables/internal/policies/shared_key_policy.hpp>
#include <azure/data/tables/internal/policies/switch_to_secondary_policy.hpp>
#include <azure/data/tables/internal/policies/tenant_bearer_token_policy.hpp>
#include <azure/data/tables/internal/policies/timeout_policy.hpp>
#include <azure/data/tables/internal/serializers.hpp>
#include <azure/data/tables/tables_clients.hpp>
#include "azure/data/tables/tables_clients.hpp"
#include "azure/data/tables/internal/policies/service_version_policy.hpp"
#include "azure/data/tables/internal/policies/shared_key_lite_policy.hpp"
#include "azure/data/tables/internal/policies/shared_key_policy.hpp"
#include "azure/data/tables/internal/policies/switch_to_secondary_policy.hpp"
#include "azure/data/tables/internal/policies/tenant_bearer_token_policy.hpp"
#include "azure/data/tables/internal/policies/timeout_policy.hpp"
#include "azure/data/tables/internal/serializers.hpp"
#include <sstream>
#include <string>

Просмотреть файл

@ -1,8 +1,9 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include <azure/data/tables/internal/serializers.hpp>
#include <azure/data/tables/transactions.hpp>
#include "azure/data/tables/transactions.hpp"
#include "azure/data/tables/internal/serializers.hpp"
using namespace Azure::Data::Tables;
using namespace Azure::Data::Tables::_detail;