mmserv/tms/tmsimpl/src/tmspcmimpl.cpp
changeset 20 b67dd1fc57c5
parent 14 80975da52420
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    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();