aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/endpoint/EndpointProviderBase.cpp
blob: 0928186839a0e25900b771136d32a7a37cd5dd65 (plain) (tree)


















                                                                                                
/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

#include <aws/core/endpoint/EndpointProviderBase.h>

namespace Aws
{
namespace Endpoint
{
/**
 * Export endpoint provider symbols from DLL
 */
template class AWS_CORE_API EndpointProviderBase<Aws::Client::GenericClientConfiguration<false>,
            Aws::Endpoint::BuiltInParameters,
            Aws::Endpoint::ClientContextParameters>;

} // namespace Endpoint
} // namespace Aws