Skip to content

[R4_4][IMessageControl] Backporting#495

Open
VeithMetro wants to merge 5 commits into
R4_4from
development/messaging-backporting
Open

[R4_4][IMessageControl] Backporting#495
VeithMetro wants to merge 5 commits into
R4_4from
development/messaging-backporting

Conversation

@VeithMetro
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 07:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR backports updates to the Exchange::IMessageControl interface to align it with newer Thunder messaging metadata and JSON-RPC generation expectations.

Changes:

  • Replaces the local messagetype enum with Core::Messaging::Metadata::type and adds a JSON annotation/version line.
  • Switches interface method return types from uint32_t to Core::hresult.
  • Adds a Modules() property and changes Controls() to be module-indexed (module-specific controls).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread interfaces/IMessageControl.h
Copilot AI review requested due to automatic review settings May 8, 2026 11:22
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread interfaces/IMessageControl.h
Comment thread interfaces/IMessageControl.h Outdated
Copilot AI review requested due to automatic review settings May 8, 2026 13:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

Comment thread interfaces/IMessageControl.h
Comment thread interfaces/IMessageControl.h
virtual Core::hresult Controls(const string& module /* @index @optional */, IControlIterator*& control /* @out */) const = 0;

// @json:omit
virtual Core::hresult Controls(IControlIterator*& controls) const = 0;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebaszm we have @json:omit here, but does /* @out */ perhaps have any effect on the COM-RPC?

@sebaszm sebaszm requested a review from MFransen69 May 9, 2026 05:51
Comment thread interfaces/IMessageControl.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants