equal
deleted
inserted
replaced
96 * @return Whether the final document name represents an existing file |
96 * @return Whether the final document name represents an existing file |
97 */ |
97 */ |
98 TBool ProcessCommandParametersL( TApaCommand aCommand, |
98 TBool ProcessCommandParametersL( TApaCommand aCommand, |
99 TFileName& aDocumentName, const TDesC8& aTail ); |
99 TFileName& aDocumentName, const TDesC8& aTail ); |
100 |
100 |
|
101 /** |
|
102 * Handles events from window group |
|
103 * @param aType The type of event |
|
104 */ |
|
105 |
|
106 void HandleApplicationSpecificEventL(TInt aType, const TWsEvent& aEvent); |
|
107 |
101 private: // new methods |
108 private: // new methods |
102 |
109 |
103 /** |
110 /** |
104 * Provides access to the current view's MVRSelectionProvider |
111 * Provides access to the current view's MVRSelectionProvider |
105 * interface. |
112 * interface. |