Skip to content

Commit 1028576

Browse files
andy31415andreilitvin
authored andcommitted
Add shim for ApplicationLauncher::ApplicationLanucherStatusEnum (#30202)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent f2f73cf commit 1028576

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/CompatEnumNames.h

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ using OTAChangeReasonEnum = ChangeReasonEnum;
4242
using OTAUpdateStateEnum = UpdateStateEnum;
4343
} // namespace OtaSoftwareUpdateRequestor
4444

45+
namespace ApplicationLauncher {
46+
// https://github.com/project-chip/connectedhomeip/pull/30134 renamed this
47+
using ApplicationLauncherStatusEnum = StatusEnum;
48+
} // namespace ApplicationLauncher
49+
4550
namespace Channel {
4651
using ChannelStatusEnum = StatusEnum;
4752
} // namespace Channel

0 commit comments

Comments
 (0)