Skip to content

Commit

Permalink
test with more export?
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Aug 22, 2023
1 parent b122ec4 commit 1c0545a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions greengrass_ipc/include/aws/greengrass/GreengrassCoreIpcModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ namespace Aws
{
namespace Greengrass
{
class AWS_GREENGRASS_API GreengrassCoreIpcClient;
class AWS_GREENGRASS_API GreengrassCoreIpcServiceModel;
class UserProperty : public AbstractShapeBase
class GreengrassCoreIpcClient;
class GreengrassCoreIpcServiceModel;
class AWS_GREENGRASS_API UserProperty : public AbstractShapeBase
{
public:
UserProperty() noexcept {}
Expand Down Expand Up @@ -57,7 +57,7 @@ namespace Aws
DETAILED_DEPLOYMENT_STATUS_REJECTED
};

class MessageContext : public AbstractShapeBase
class AWS_GREENGRASS_API MessageContext : public AbstractShapeBase
{
public:
MessageContext() noexcept {}
Expand Down Expand Up @@ -97,7 +97,7 @@ namespace Aws
METRIC_UNIT_TYPE_SECONDS
};

class DeploymentStatusDetails : public AbstractShapeBase
class AWS_GREENGRASS_API DeploymentStatusDetails : public AbstractShapeBase
{
public:
DeploymentStatusDetails() noexcept {}
Expand Down

0 comments on commit 1c0545a

Please sign in to comment.