Родитель
c42e03e570
Коммит
b43d53bb23
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче