--- a/calendarui/views/inc/calenmissedeventcontainer.h Tue May 25 12:41:10 2010 +0300
+++ b/calendarui/views/inc/calenmissedeventcontainer.h Wed Jun 09 09:40:23 2010 +0300
@@ -190,10 +190,6 @@
*/
void OnCmdRestoreTaskL();
/**
- * Get item finder
- */
- CItemFinder* GetItemFinder();
- /**
* Get find item menu
*/
CFindItemMenu* GetFindItemMenu();
@@ -207,7 +203,22 @@
* Returns ETrue if event has location text else EFalse
*/
TBool IsEventHasNoLocationTextL();
-
+
+ /**
+ * Find a phone number in the form
+ */
+ void OnCmdFindPhoneNumL();
+
+ /**
+ * Find an email address in the form
+ */
+ void OnCmdFindEmailL();
+
+ /**
+ * Find a URL in the form
+ */
+ void OnCmdFindUrlL();
+
private:
@@ -406,20 +417,7 @@
RPointerArray<CCalEntry>& AllInstancesL();
private: //Auto highlight methods
- /**
- * Reads the shared data value used to initialize automatic highlighting
- * @return TBool, ETrue if automatic highlighting is to be used
- */
- void ReadAutoHlCenRepValueAndSetNotifyL();
-
- /**
- * From MCenRepNotifyHandlerCallback
- * Handles the incoming notifications of key changes
- * @since Series60 3.0
- * @param aId, Key that has changed
- * @param aNewValue, New value of the key
- */
- void HandleNotifyInt( TUint32 aId, TInt aNewValue );
+
/**
* From MCenRepNotifyHandlerCallback
@@ -430,17 +428,6 @@
*/
void HandleNotifyError( TUint32 aId,TInt aError,CCenRepNotifyHandler* aHandler );
- /**
- * Set the state of automatic highlighting
- * @param aSwitchON, ETrue if automatic highlighting is to used, otherwise EFalse
- */
- void SetAutomaticHighlightL( const TBool aSwitchON );
-
- /**
- * This method is used when phone number is
- * found and pressing phone key would make call
- */
- void HandleNumberCallL();
public:
@@ -490,9 +477,6 @@
CRepository* iCenRepSession; // Central Repository session
// Notifier to listen changes of offline state
CCenRepNotifyHandler* iNotifier;
- TBool iAutomaticHlValue;
- TBool iAutomaticHlInitialized;
- CItemFinder* iAutoFinder; // text finder
CFindItemMenu* iFindMenu;
};