tactilefeedback/tactilefeedbackresolver/inc/tactilefeedbackresolver.h
branchRCL_3
changeset 21 09b094b73eb8
parent 20 39d4c97df8cb
equal deleted inserted replaced
20:39d4c97df8cb 21:09b094b73eb8
    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 continuous feedback.
    90      * Stops the ongoing 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     /**
       
   253      * Central repository notifier, which sends notification when tactile 
   247      * Central repository notifier, which sends notification when tactile 
   254      * feedback settings has been changed.
   248      * feedback settings has been changed.
   255      * Own.
   249      * Own.
   256      */
   250      */
   257     CCenRepNotifyHandler* iCenRepNotifier; 
   251     CCenRepNotifyHandler* iCenRepNotifier;