--- a/mmserv/tms/tmsimpl/src/tmsinbandtonebodyimpl.cpp Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmsinbandtonebodyimpl.cpp Fri May 14 18:19:45 2010 -0500
@@ -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
{