uiacceltk/hitchcock/backgroundanim/src/bganimhost.cpp
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 7 433cbbb6a04b
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
   609     return EFalse;
   609     return EFalse;
   610     }
   610     }
   611 
   611 
   612 void CBgAnimHost::DataReceived( CSensrvChannel& aChannel, TInt aCount, TInt aDataLost )
   612 void CBgAnimHost::DataReceived( CSensrvChannel& aChannel, TInt aCount, TInt aDataLost )
   613     {
   613     {
   614     if (iPlugin && iPlugin->receivesensordata);
   614     if (iPlugin && iPlugin->receivesensordata)
   615         {
   615         {
   616         iPlugin->receivesensordata((void*)&aChannel, aCount, aDataLost);
   616         iPlugin->receivesensordata((void*)&aChannel, aCount, aDataLost);
   617         }
   617         }
   618     }
   618     }
   619     
   619