--- a/mmserv/tms/tmsimpl/src/tmscallimpl.cpp Tue Aug 31 15:43:02 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmscallimpl.cpp Wed Sep 01 12:23:00 2010 +0100
@@ -36,10 +36,11 @@
gint TMSCallImpl::PostConstruct(TMSCallType ctype, guint /*ctxid*/)
{
- TRACE_PRN_FN_ENT;
gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
TMSCallBody* tmscallimplbody(NULL);
+ TRACE_PRN_FN_ENT;
+
switch (ctype)
{
case TMS_CALL_IP:
@@ -64,10 +65,10 @@
EXPORT_C gint TMSCallImpl::Create(TMSCallType ctype, TMSCall*& tmscall,
guint ctxid)
{
- TRACE_PRN_FN_ENT;
gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
TMSCallImpl *self = new TMSCallImpl();
+ TRACE_PRN_FN_ENT;
if (self)
{
ret = self->PostConstruct(ctype, ctxid);