mmserv/tms/tmsimpl/src/tmsg711impl.cpp
branchRCL_3
changeset 18 2eb3b066cc7d
parent 13 f5c5c82a163e
child 33 5e8b14bae8c3
equal deleted inserted replaced
17:3570217d8c21 18:2eb3b066cc7d
    50     }
    50     }
    51 
    51 
    52 gint TMSG711FormatImpl::Create(TMSFormat*& tmsformat)
    52 gint TMSG711FormatImpl::Create(TMSFormat*& tmsformat)
    53     {
    53     {
    54     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    54     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    55     TMSG711FormatImpl *self = new TMSG711FormatImpl;
    55     TMSG711FormatImpl *self = new TMSG711FormatImpl();
    56 
    56 
    57     TRACE_PRN_FN_ENT;
    57     TRACE_PRN_FN_ENT;
    58     if (self)
    58     if (self)
    59         {
    59         {
    60         ret = self->PostConstruct();
    60         ret = self->PostConstruct();