diff -r 5456b4e8b3a8 -r 3321d3e205b6 idlehomescreen/inc/xntexteditor.h --- a/idlehomescreen/inc/xntexteditor.h Wed Sep 01 12:32:46 2010 +0100 +++ b/idlehomescreen/inc/xntexteditor.h Tue Sep 14 20:58:58 2010 +0300 @@ -43,26 +43,16 @@ public: // New functions /** - * Sets the new text to the underlying CEikEdvin + * Sets the new text to the underlying CEikEdwin * @param aText The new content */ virtual void SetTextL(const TDesC& aText) = 0; /** - * Returns the text contained in the underlying CEikEdvin + * Returns the text contained in the underlying CEikEdwin * @return HBufC* The text */ virtual const HBufC* Text() = 0; - - /** - * Handles editor events - * - * @since S60 5.2 - * @param aReason, editor event - */ - virtual void HandleEditorEvent( TInt aReason ) = 0; - - private: }; } @@ -75,18 +65,6 @@ { public: -/** - * Editor events - */ - enum TEditorEvent - { - KActivateTextEditor, - KDeactivateTextEditor, - KRemoveSplitInputFromStack, - KKeepSplitInputInStack - }; -public: - /** * 2 phase construction. */ @@ -100,25 +78,17 @@ public: // New functions /** - * Sets the new content to the underlying CEikEdvin + * Sets the new content to the underlying CEikEdwin * @param aText The new content */ void SetTextL(const TDesC& aText); /** - * Returns the text contained in the underlying CEikEdvin + * Returns the text contained in the underlying CEikEdwin * @return HBufC* The text */ const HBufC* Text(); - /** - * Handles editor events - * - * @since S60 5.2 - * @param aReason, editor event - */ - void HandleEditorEvent( TInt aReason ); - public: // from CCoeControl /**