Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove prefix from enum class SendMessageFlag and ExFlagValues definations. #4323

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Remove prefix from enum class SendMessageFlag and ExFlagValues definations. #4323

merged 1 commit into from
Jan 12, 2021

Conversation

yufengwangca
Copy link
Contributor

Problem

This is the follow-up of the review comments in #4048. The actual flag name should be SendMessageFlags::NoAutoRequestAck and similar for all the other flags. As in, the "kSendFlag_" part is redundant with the enum class name already.

Summary of Changes

Remove prefix kSendFlag_ from enum class SendMessageFlag and kExchangeFlag_ from ExFlagValues

Fixes #4201

@rwalker-apple
Copy link
Contributor

@yufengwangca conflicts?

@yufengwangca
Copy link
Contributor Author

@yufengwangca conflicts?

Resolved

@rwalker-apple rwalker-apple merged commit ab9dda6 into project-chip:master Jan 12, 2021
@yufengwangca yufengwangca deleted the pr/messaging/flags branch January 13, 2021 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove prefix kSendFlag_ from enum class SendMessageFlag and kExchangeFlag_ from ExFlagValues
5 participants