Skip to content

Commit

Permalink
test with service client model name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Aug 29, 2023
1 parent 4eec47d commit a647a2b
Show file tree
Hide file tree
Showing 6 changed files with 738 additions and 510 deletions.
4 changes: 2 additions & 2 deletions eventstream_rpc/tests/include/awstest/EchoTestRpcClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ using namespace Aws::Eventstreamrpc;

namespace Awstest
{
class DefaultConnectionConfig : public ConnectionConfig
class AWS_ECHOTESTRPC_API DefaultConnectionConfig : public ConnectionConfig
{
public:
DefaultConnectionConfig() noexcept;
};

class EchoTestRpcClient
class AWS_ECHOTESTRPC_API EchoTestRpcClient
{
public:
EchoTestRpcClient(
Expand Down
Loading

0 comments on commit a647a2b

Please sign in to comment.