mmserv/tms/tmsimpl/src/tmsvolumeeffectbodyimpl.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 10 3d8c721bf319
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
   148         gpointer queuehandler)
   148         gpointer queuehandler)
   149     {
   149     {
   150     iProxy = aProxy;
   150     iProxy = aProxy;
   151     if (queuehandler)
   151     if (queuehandler)
   152         {
   152         {
   153         ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_EFFECT_VOLUME);
   153         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_EFFECT_VOLUME);
   154         }
   154         }
   155     }
   155     }
   156 
   156 
   157 void TMSVolumeEffectBodyImpl::QueueEvent(TInt aEventType, TInt aError,
   157 void TMSVolumeEffectBodyImpl::QueueEvent(TInt aEventType, TInt aError,
   158         void* /*user_data*/)
   158         void* /*user_data*/)