Skip to content

Commit 9cd695e

Browse files
committed
updated conflicts
1 parent 7ff6c82 commit 9cd695e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aws-cpp-sdk-core/include/aws/core/client/ClientConfiguration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ namespace Aws
524524
* A helper function to initialize a retry strategy.
525525
* Default is DefaultRetryStrategy (i.e. exponential backoff)
526526
*/
527-
std::shared_ptr<RetryStrategy> InitRetryStrategy(Aws::String retryMode = "");
528-
std::shared_ptr<RetryStrategy> InitRetryStrategy(int maxAttempts, Aws::String retryMode = "");
527+
AWS_CORE_API std::shared_ptr<RetryStrategy> InitRetryStrategy(Aws::String retryMode = "");
528+
AWS_CORE_API std::shared_ptr<RetryStrategy> InitRetryStrategy(int maxRetries, Aws::String retryMode = "");
529529

530530
/**
531531
* A helper function to compute a user agent

0 commit comments

Comments
 (0)