mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
SDK::DDSSession: remove channel id to task id association
This commit is contained in:
committed by
Dennis Klein
parent
3785fd9ff9
commit
0e72a9bf54
@@ -103,7 +103,6 @@ class DDSSession
|
||||
void UnsubscribeFromCommands();
|
||||
void SendCommand(const std::string&, const std::string& = "");
|
||||
void SendCommand(const std::string&, DDSChannel::Id);
|
||||
auto UpdateChannelToTaskAssociation(DDSChannel::Id, DDSTask::Id) -> void;
|
||||
auto GetTaskId(DDSChannel::Id) const -> DDSTask::Id;
|
||||
|
||||
friend auto operator<<(std::ostream& os, const DDSSession& session) -> std::ostream&;
|
||||
|
Reference in New Issue
Block a user