mmserv/tms/tmsimpl/src/tmspcmbodyimpl.cpp
changeset 20 b67dd1fc57c5
parent 14 80975da52420
child 53 eabc8c503852
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    36     }
    36     }
    37 
    37 
    38 gint TMSPCMFormatBodyImpl::Create(TMSPCMFormatBody*& bodyimpl)
    38 gint TMSPCMFormatBodyImpl::Create(TMSPCMFormatBody*& bodyimpl)
    39     {
    39     {
    40     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    40     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    41     TMSPCMFormatBodyImpl* self = new TMSPCMFormatBodyImpl;
    41     TMSPCMFormatBodyImpl* self = new TMSPCMFormatBodyImpl();
    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             {