Skip to content

Commit

Permalink
ConnectionConfig needs to be a dll-interface class due to use by gree…
Browse files Browse the repository at this point in the history
…ngrassipc
  • Loading branch information
sbSteveK committed Aug 22, 2023
1 parent 380ab6d commit 9cdfb46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace Aws
/**
* Configuration structure holding all configurations relating to eventstream RPC connection establishment
*/
class ConnectionConfig
class AWS_EVENTSTREAMRPC_API ConnectionConfig
{
public:
ConnectionConfig() noexcept : m_clientBootstrap(nullptr), m_connectRequestCallback(nullptr) {}
Expand Down

0 comments on commit 9cdfb46

Please sign in to comment.