mmserv/tms/tmsimpl/src/tmspcmimpl.cpp
changeset 22 128eb6a32b84
parent 14 80975da52420
equal deleted inserted replaced
16:43d09473c595 22:128eb6a32b84
    51     }
    51     }
    52 
    52 
    53 gint TMSPCMFormatImpl::Create(TMSFormat*& tmsformat)
    53 gint TMSPCMFormatImpl::Create(TMSFormat*& tmsformat)
    54     {
    54     {
    55     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    55     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    56     TMSPCMFormatImpl *self = new TMSPCMFormatImpl;
    56     TMSPCMFormatImpl *self = new TMSPCMFormatImpl();
    57 
    57 
    58     TRACE_PRN_FN_ENT;
    58     TRACE_PRN_FN_ENT;
    59     if (self)
    59     if (self)
    60         {
    60         {
    61         ret = self->PostConstruct();
    61         ret = self->PostConstruct();