emailuis/nmindicatorplugin/inc/nmindicator.h
branchGCC_SURGE
changeset 55 cdd802add233
parent 30 759dc5235cdb
--- a/emailuis/nmindicatorplugin/inc/nmindicator.h	Fri Jun 11 16:23:29 2010 +0100
+++ b/emailuis/nmindicatorplugin/inc/nmindicator.h	Thu Jul 22 16:30:28 2010 +0100
@@ -50,36 +50,22 @@
 
     bool handleInteraction(InteractionType type);
     QVariant indicatorData(int role) const;
-    HbIndicatorInterface::Category category() const;
-    bool acceptIcon(bool sending);
-    void updateGlobalStatus(bool sending);
 
 protected: // From HbIndicatorInterface
 
     bool handleClientRequest(RequestType type, const QVariant &parameter);
 
-signals:
-
-    void indicatorIconLost();
-    void globalStatusChanged(bool sending);
-    void mailboxLaunched(quint64 mailboxId);
-
 private slots:
 
-    void hideSendIndicator();
+    void delayedAction();
     
 private:
 
     void storeMailboxData(QVariant mailboxData);
-    void showSendProgress();
-    bool isSending() const;
 
 private:
 
 	NmMailboxInfo mMailbox;
-    bool mShowIndicator;
-    bool mSendingState;
-    bool mShowSendProgress;
 	bool mActive;
 };