mmserv/tms/tmsimpl/src/tmsglobalroutingimpl.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 7 3d8c721bf319
--- a/mmserv/tms/tmsimpl/src/tmsglobalroutingimpl.cpp	Wed Apr 14 16:29:54 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsglobalroutingimpl.cpp	Tue Apr 27 17:11:02 2010 +0300
@@ -76,7 +76,7 @@
     {
     gint ret(TMS_RESULT_SUCCESS);
     TRACE_PRN_FN_ENT;
-    delete (TMSGlobalRoutingImpl*) globrouting;
+    delete (static_cast<TMSGlobalRoutingImpl*>(globrouting));
     globrouting = NULL;
     TRACE_PRN_FN_EXT;
     return ret;
@@ -87,7 +87,7 @@
     gint ret(TMS_RESULT_SUCCESS);
     if (this->iBody)
         {
-        ((TMSGlobalRoutingBodyImpl*) this->iBody)->SetParent(parent);
+        static_cast<TMSGlobalRoutingBodyImpl*>(this->iBody)->SetParent(parent);
         }
     else
         {