mmserv/tms/tmsimpl/src/tmspcmimpl.cpp
branchRCL_3
changeset 12 2eb3b066cc7d
parent 9 f5c5c82a163e
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    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();