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

This is a placeholder delegate for exchange context created in Device::SendMessa... #6028

Closed
todo bot opened this issue Apr 15, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Apr 15, 2021

// TODO: This is a placeholder delegate for exchange context created in Device::SendMessage()
// Delete this class when Device::SendMessage() is obsoleted.
class DeviceExchangeDelegate : public Messaging::ExchangeDelegate
{
void OnMessageReceived(Messaging::ExchangeContext * ec, const PacketHeader & packetHeader, const PayloadHeader & payloadHeader,
System::PacketBufferHandle payload) override
{}
void OnResponseTimeout(Messaging::ExchangeContext * ec) override {}
};
extern SecureSessionMgr & SessionManager();


This issue was generated by todo based on a TODO comment in 8adbc6b when #6027 was merged. cc @pan-apple.
@todo todo bot added the todo label Apr 15, 2021
@todo todo bot assigned pan-apple Apr 15, 2021
@vivien-apple
Copy link
Contributor

Duplicate of #6029

@vivien-apple vivien-apple marked this as a duplicate of #6029 Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants