tactilefeedback/tactilefeedbackresolver/inc/tactilefeedbackresolver.h
branchRCL_3
changeset 36 39d4c97df8cb
parent 21 f35d4b6d212e
child 37 09b094b73eb8
equal deleted inserted replaced
34:d57e599df233 36:39d4c97df8cb
    85      *                        range for intensity is 0-100%. 
    85      *                        range for intensity is 0-100%. 
    86      */                         
    86      */                         
    87     void ModifyFeedback( TInt aIntensity );
    87     void ModifyFeedback( TInt aIntensity );
    88     
    88     
    89     /**
    89     /**
    90      * Stops the ongoing feedback.
    90      * Stops the ongoing continuous feedback.
    91      *
    91      *
    92      * @since S60 5.2
    92      * @since S60 5.2
    93      */    
    93      */    
    94     void StopFeedback();
    94     void StopFeedback();
    95     
    95     
   242      * Own.
   242      * Own.
   243      */
   243      */
   244     CRepository*          iRepository;
   244     CRepository*          iRepository;
   245     
   245     
   246     /**
   246     /**
       
   247      * Central repository for reading profile settings.
       
   248      * Own.
       
   249      */
       
   250     CRepository*          iProfileRepository;
       
   251     
       
   252     /**
   247      * Central repository notifier, which sends notification when tactile 
   253      * Central repository notifier, which sends notification when tactile 
   248      * feedback settings has been changed.
   254      * feedback settings has been changed.
   249      * Own.
   255      * Own.
   250      */
   256      */
   251     CCenRepNotifyHandler* iCenRepNotifier; 
   257     CCenRepNotifyHandler* iCenRepNotifier;