EndpointProviderBase.cpp 502 B

1234567891011121314151617181920
  1. /**
  2. * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  3. * SPDX-License-Identifier: Apache-2.0.
  4. */
  5. #include <aws/core/endpoint/EndpointProviderBase.h>
  6. namespace Aws
  7. {
  8. namespace Endpoint
  9. {
  10. /**
  11. * Export endpoint provider symbols from DLL
  12. */
  13. template class AWS_CORE_API EndpointProviderBase<Aws::Client::GenericClientConfiguration<false>,
  14. Aws::Endpoint::BuiltInParameters,
  15. Aws::Endpoint::ClientContextParameters>;
  16. } // namespace Endpoint
  17. } // namespace Aws