Skip to content

Commit

Permalink
change AWS_GREENGRASS_API to AWS_GREENGRASSIPC_API
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Aug 22, 2023
1 parent b465cc8 commit 380ab6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ namespace Aws
{
namespace Greengrass
{
class AWS_GREENGRASS_API DefaultConnectionConfig : public ConnectionConfig
class AWS_GREENGRASSIPC_API DefaultConnectionConfig : public ConnectionConfig
{
public:
DefaultConnectionConfig() noexcept;
};

class AWS_GREENGRASS_API GreengrassCoreIpcClient
class AWS_GREENGRASSIPC_API GreengrassCoreIpcClient
{
public:
GreengrassCoreIpcClient(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace Aws
{
namespace Greengrass
{
class AWS_GREENGRASS_API GreengrassCoreIpcClient;
class AWS_GREENGRASS_API GreengrassCoreIpcServiceModel;
class AWS_GREENGRASSIPC_API GreengrassCoreIpcClient;
class AWS_GREENGRASSIPC_API GreengrassCoreIpcServiceModel;
class UserProperty : public AbstractShapeBase
{
public:
Expand Down Expand Up @@ -5910,7 +5910,7 @@ namespace Aws
Aws::Crt::String GetModelName() const noexcept override;
};

class AWS_GREENGRASS_API GreengrassCoreIpcServiceModel : public ServiceModel
class AWS_GREENGRASSIPC_API GreengrassCoreIpcServiceModel : public ServiceModel
{
public:
GreengrassCoreIpcServiceModel() noexcept;
Expand Down

0 comments on commit 380ab6d

Please sign in to comment.