SDK: update DDSTopology::GetTasks()

This commit is contained in:
Alexey Rybalchenko
2020-01-24 15:43:03 +01:00
committed by Dennis Klein
parent 264a178424
commit 50dacbcdde
3 changed files with 10 additions and 27 deletions

View File

@@ -48,8 +48,8 @@ struct DDSConfig
struct DDSSubscription
{
DDSSubscription()
: fDDSCustomCmd(fService)
, fDDSKeyValue(fService)
: fDDSCustomCmd(fService)
, fDDSKeyValue(fService)
{
LOG(debug) << "$DDS_TASK_PATH: " << dds::env_prop<dds::task_path>();
LOG(debug) << "$DDS_GROUP_NAME: " << dds::env_prop<dds::group_name>();