From 4ce091be53f5cc5d4e921e3c95a010b2b537fa3d Mon Sep 17 00:00:00 2001 From: Jens Lorenz Date: Tue, 22 May 2018 12:02:27 +0200 Subject: codestyle: Remove empty single line c++ comments in ctor initializers Signed-off-by: Jens Lorenz --- AudioManagerCore/src/CAmRoutingSender.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'AudioManagerCore/src/CAmRoutingSender.cpp') diff --git a/AudioManagerCore/src/CAmRoutingSender.cpp b/AudioManagerCore/src/CAmRoutingSender.cpp index 603d7b3..9c6e658 100644 --- a/AudioManagerCore/src/CAmRoutingSender.cpp +++ b/AudioManagerCore/src/CAmRoutingSender.cpp @@ -48,15 +48,15 @@ namespace am CAmRoutingSender::CAmRoutingSender( const std::vector& listOfPluginDirectories, IAmDatabaseHandler* databaseHandler) : - mHandleCount(0), // - mlistActiveHandles(), // - mListInterfaces(), // - mMapConnectionInterface(), // - mMapCrossfaderInterface(), // - mMapDomainInterface(), // - mMapSinkInterface(), // - mMapSourceInterface(), // - mpRoutingReceiver(), // + mHandleCount(0), + mlistActiveHandles(), + mListInterfaces(), + mMapConnectionInterface(), + mMapCrossfaderInterface(), + mMapDomainInterface(), + mMapSinkInterface(), + mMapSourceInterface(), + mpRoutingReceiver(), mpDatabaseHandler(databaseHandler) { loadPlugins(listOfPluginDirectories); -- cgit v1.2.1