mmserv/tms/tmsimpl/src/tmsglobalroutingbodyimpl.cpp
changeset 22 128eb6a32b84
parent 12 5a06f39ad45b
equal deleted inserted replaced
16:43d09473c595 22:128eb6a32b84
    62 
    62 
    63 gint TMSGlobalRoutingBodyImpl::PostConstruct()
    63 gint TMSGlobalRoutingBodyImpl::PostConstruct()
    64     {
    64     {
    65     gint ret(TMS_RESULT_SUCCESS);
    65     gint ret(TMS_RESULT_SUCCESS);
    66     iClientId = 1;
    66     iClientId = 1;
    67     iProxy = new TMSProxy;
    67     iProxy = new TMSProxy();
    68     if (!iProxy)
    68     if (!iProxy)
    69         {
    69         {
    70         ret = TMS_RESULT_INSUFFICIENT_MEMORY;
    70         ret = TMS_RESULT_INSUFFICIENT_MEMORY;
    71         }
    71         }
    72     RET_REASON_IF_ERR(ret);
    72     RET_REASON_IF_ERR(ret);