mmserv/tms/tmscallserver/src/ipcalldownlinkds.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 7 3d8c721bf319
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
   154 // -----------------------------------------------------------------------------
   154 // -----------------------------------------------------------------------------
   155 //
   155 //
   156 void TMSIPDownlink::BufferToBeFilled(CMMFBuffer* aBuffer)
   156 void TMSIPDownlink::BufferToBeFilled(CMMFBuffer* aBuffer)
   157     {
   157     {
   158     // Store pointer to the received buffer
   158     // Store pointer to the received buffer
   159     iDevSoundBufPtr = static_cast<CMMFDataBuffer*> (aBuffer);
   159     iDevSoundBufPtr = static_cast<CMMFDataBuffer*>(aBuffer);
   160     iBufLen = iDevSoundBufPtr->RequestSize();
   160     iBufLen = iDevSoundBufPtr->RequestSize();
   161     TRACE_PRN_N1(_L("TMS->DNL->BTBF: LEN[%d]"), iBufLen);
   161     TRACE_PRN_N1(_L("TMS->DNL->BTBF: LEN[%d]"), iBufLen);
   162 
   162 
   163 #ifndef __WINSCW__
   163 #ifndef __WINSCW__
   164     //TODO: revisit this!
   164     //TODO: revisit this!