src/hbfeedback/player/hbfeedbackplayer_stub_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 7 923ff622b8b9
--- a/src/hbfeedback/player/hbfeedbackplayer_stub_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbfeedback/player/hbfeedbackplayer_stub_p.h	Fri May 14 16:09:54 2010 +0300
@@ -30,8 +30,6 @@
 
 class HbInstantFeedback;
 class HbContinuousFeedback;
-class HbTacticonFeedback;
-class HbHitAreaFeedback;
 class HbFeedbackBasePlayerPrivate;
 
 class HbFeedbackBasePlayer
@@ -44,7 +42,6 @@
 
 public:
     void playInstantFeedback(const HbInstantFeedback& feedback);
-    void playTacticonFeedback(const HbTacticonFeedback& feedback);
 
     int startContinuousFeedback(const HbContinuousFeedback& feedback);
     void updateContinuousFeedback(int identifier, const HbContinuousFeedback& feedback);
@@ -52,12 +49,6 @@
     bool continuousFeedbackOngoing(int identifier);
     void cancelContinuousFeedbacks();
 
-    int insertHitArea(const HbHitAreaFeedback& feedback);
-    void updateHitArea(int identifier, const HbHitAreaFeedback& feedback);
-    void removeHitArea(int identifier);
-    bool hitAreaExists(int identifier);
-    void removeHitAreas();
-
 private:
     HbFeedbackBasePlayerPrivate* const d;
 };