mmserv/tms/tmsimpl/src/tmsg711impl.cpp
branchRCL_3
changeset 19 095bea5f582e
parent 12 2eb3b066cc7d
child 20 0ac9a5310753
--- a/mmserv/tms/tmsimpl/src/tmsg711impl.cpp	Thu Aug 19 10:26:11 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsg711impl.cpp	Tue Aug 31 15:43:02 2010 +0300
@@ -43,7 +43,7 @@
     if (ret == TMS_RESULT_SUCCESS)
         {
         this->iBody = bodyimpl;
-        this->iFormatBody = static_cast<TMSG711FormatBodyImpl*>(bodyimpl);
+        this->iFormatBody = static_cast<TMSG711FormatBodyImpl*> (bodyimpl);
         }
     TRACE_PRN_FN_EXT;
     return ret;
@@ -52,7 +52,7 @@
 gint TMSG711FormatImpl::Create(TMSFormat*& tmsformat)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSG711FormatImpl *self = new TMSG711FormatImpl();
+    TMSG711FormatImpl* self = new TMSG711FormatImpl();
 
     TRACE_PRN_FN_ENT;
     if (self)
@@ -75,7 +75,7 @@
     gint ret(TMS_RESULT_SUCCESS);
     if (this->iBody)
         {
-        static_cast<TMSG711FormatBodyImpl*>(this->iBody)->SetProxy(context,
+        static_cast<TMSG711FormatBodyImpl*> (this->iBody)->SetProxy(context,
                 queuehandler);
         }
     else
@@ -85,4 +85,3 @@
     return ret;
     }
 
-// End of file