mmserv/tms/tmsimpl/src/tmsinbandtonebodyimpl.cpp
changeset 20 b67dd1fc57c5
parent 12 5a06f39ad45b
--- 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
         {