mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp
branchRCL_3
changeset 12 2eb3b066cc7d
parent 9 f5c5c82a163e
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    36     }
    36     }
    37 
    37 
    38 gint TMSG711FormatBodyImpl::Create(TMSG711FormatBody*& bodyimpl)
    38 gint TMSG711FormatBodyImpl::Create(TMSG711FormatBody*& bodyimpl)
    39     {
    39     {
    40     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    40     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    41     TMSG711FormatBodyImpl* self = new TMSG711FormatBodyImpl;
    41     TMSG711FormatBodyImpl* self = new TMSG711FormatBodyImpl();
    42     if (self)
    42     if (self)
    43         {
    43         {
    44         ret = self->PostConstruct();
    44         ret = self->PostConstruct();
    45         if (ret != TMS_RESULT_SUCCESS)
    45         if (ret != TMS_RESULT_SUCCESS)
    46             {
    46             {