mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp
branchRCL_3
changeset 18 2eb3b066cc7d
parent 13 f5c5c82a163e
child 53 eabc8c503852
equal deleted inserted replaced
17:3570217d8c21 18:2eb3b066cc7d
    36     }
    36     }
    37 
    37 
    38 gint TMSG729FormatBodyImpl::Create(TMSG729FormatBody*& bodyimpl)
    38 gint TMSG729FormatBodyImpl::Create(TMSG729FormatBody*& bodyimpl)
    39     {
    39     {
    40     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    40     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    41     TMSG729FormatBodyImpl* self = new TMSG729FormatBodyImpl;
    41     TMSG729FormatBodyImpl* self = new TMSG729FormatBodyImpl();
    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             {