Skip to content

Commit

Permalink
jobs enum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Aug 17, 2023
1 parent c6b9c68 commit 597fa38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jobs/include/aws/iotjobs/JobStatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ namespace Aws

namespace JobStatusMarshaller
{
const char *AWS_IOTJOBS_API ToString(JobStatus val);
JobStatus AWS_IOTJOBS_API FromString(const Aws::Crt::String &val);
AWS_IOTJOBS_API const char *ToString(JobStatus val);
AWS_IOTJOBS_API JobStatus FromString(const Aws::Crt::String &val);
} // namespace JobStatusMarshaller
} // namespace Iotjobs
} // namespace Aws
4 changes: 2 additions & 2 deletions jobs/include/aws/iotjobs/RejectedErrorCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ namespace Aws

namespace RejectedErrorCodeMarshaller
{
const char *AWS_IOTJOBS_API ToString(RejectedErrorCode val);
RejectedErrorCode AWS_IOTJOBS_API FromString(const Aws::Crt::String &val);
AWS_IOTJOBS_API const char *ToString(RejectedErrorCode val);
AWS_IOTJOBS_API RejectedErrorCode FromString(const Aws::Crt::String &val);
} // namespace RejectedErrorCodeMarshaller
} // namespace Iotjobs
} // namespace Aws

0 comments on commit 597fa38

Please sign in to comment.