mmserv/tms/tmsimpl/src/tmsspeakersinkbodyimpl.cpp
branchRCL_3
changeset 13 f5c5c82a163e
parent 3 4f62049db6ac
child 18 2eb3b066cc7d
equal deleted inserted replaced
11:03a293c97d5c 13:f5c5c82a163e
    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     //((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_SINK_SPEAKER);
    67     //static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this, TMS_SINK_SPEAKER);
    68     }
    68     }
    69 
    69 
    70 // End of file
    70 // End of file