mmserv/tms/tmsimpl/src/tmsspeakersinkbodyimpl.cpp
branchRCL_3
changeset 12 2eb3b066cc7d
parent 9 f5c5c82a163e
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    31     }
    31     }
    32 
    32 
    33 gint TMSSpeakerSinkBodyImpl::Create(TMSSpeakerSinkBody*& bodyimpl)
    33 gint TMSSpeakerSinkBodyImpl::Create(TMSSpeakerSinkBody*& bodyimpl)
    34     {
    34     {
    35     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    35     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
    36     TMSSpeakerSinkBodyImpl* self = new TMSSpeakerSinkBodyImpl;
    36     TMSSpeakerSinkBodyImpl* self = new TMSSpeakerSinkBodyImpl();
    37     if (self)
    37     if (self)
    38         {
    38         {
    39         ret = self->PostConstruct();
    39         ret = self->PostConstruct();
    40         if (ret != TMS_RESULT_SUCCESS)
    40         if (ret != TMS_RESULT_SUCCESS)
    41             {
    41             {
    62 
    62 
    63 void TMSSpeakerSinkBodyImpl::SetProxy(TMSCallProxy* aProxy,
    63 void TMSSpeakerSinkBodyImpl::SetProxy(TMSCallProxy* aProxy,
    64         gpointer /*queuehandler*/)
    64         gpointer /*queuehandler*/)
    65     {
    65     {
    66     iProxy = aProxy;
    66     iProxy = aProxy;
    67     //static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this, TMS_SINK_SPEAKER);
       
    68     }
    67     }
    69 
    68 
    70 // End of file
    69 // End of file