mmserv/tms/tmsimpl/src/tmsilbcimpl.cpp
changeset 22 128eb6a32b84
parent 14 80975da52420
equal deleted inserted replaced
16:43d09473c595 22:128eb6a32b84
    50     }
    50     }
    51 
    51 
    52 gint TMSILBCFormatImpl::Create(TMSFormat*& tmsformat)
    52 gint TMSILBCFormatImpl::Create(TMSFormat*& tmsformat)
    53     {
    53     {
    54     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    54     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    55     TMSILBCFormatImpl *self = new TMSILBCFormatImpl;
    55     TMSILBCFormatImpl *self = new TMSILBCFormatImpl();
    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();