hapticsservices_pub/tactile_feedback_client_api/inc/touchfeedback.h
branchRCL_3
changeset 37 09b094b73eb8
parent 36 39d4c97df8cb
--- a/hapticsservices_pub/tactile_feedback_client_api/inc/touchfeedback.h	Tue Aug 31 15:30:39 2010 +0300
+++ b/hapticsservices_pub/tactile_feedback_client_api/inc/touchfeedback.h	Wed Sep 01 12:23:25 2010 +0100
@@ -584,10 +584,10 @@
 
                                  
     /**
-     * This function stops continuous feedback.
+     * This function stops feedback.
      *
      * @since S60 5.2
-     * @param aControl - The control which continuous feedback is stopped.
+     * @param aControl - The control which feedback is stopped.
      */
     virtual void StopFeedback( const CCoeControl* aControl ) = 0;
 
@@ -694,25 +694,6 @@
                                   TTouchFeedbackType aFeedbackType,
                                   const TPointerEvent& aPointerEvent ) = 0;
 
-    /**
-     * Gives direct feedback.
-     *
-     * Notice that the feedback might not be actually played, if 
-     * for example user has disabled the feedback from the settings.
-     *
-     * This function always causes a synchronous client-server transaction, 
-     * and potentially flushing of window server client-side buffer. Using this
-     * overload it is also possible to disable unwanted feedback (vibra/audio)
-     * by giving only wanted feedback type as parameter.
-     *
-     * @since S60 5.2
-     * @param aType         - The logical feedback type to play.
-     * @param aFeedbackType - Feedback types to be played as a bitmask 
-     *                        combination of enumeration items from
-     *                        TTouchFeedbackType
-     */
-    virtual void InstantFeedback( TTouchLogicalFeedback aType,
-                                  TTouchFeedbackType aFeedbackType ) = 0;
 
 
     };