diff -r 43d09473c595 -r 128eb6a32b84 mmserv/tms/tmsimpl/src/tmsinbandtonebodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsinbandtonebodyimpl.cpp Fri May 14 16:22:35 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsinbandtonebodyimpl.cpp Thu May 27 13:20:50 2010 +0300 @@ -64,7 +64,7 @@ { gint ret(TMS_RESULT_SUCCESS); iClientId = 1; - iProxy = new TMSProxy; + iProxy = new TMSProxy(); if (!iProxy) { @@ -96,7 +96,7 @@ iObserver, iParent, iClientId); if (ret == TMS_RESULT_SUCCESS) { - //ret = iProxy->StartInbandToneNotifier(); + //ret = iProxy->StartInbandToneNotifier(); //TODO: remove? } } else @@ -119,7 +119,7 @@ ret = iProxy->RemoveMsgQueueNotifier(EMsgQueueInbandToneType, iObserver); iObserver = NULL; - //iProxy->CancelInbandToneNotifier(); + //iProxy->CancelInbandToneNotifier(); //TODO: remove? } else {