voicerecorder/AppSrc/CVRAppUi.h
branchRCL_3
changeset 10 bb90e4148332
parent 0 845549f293a7
child 13 4e5b531d23cb
equal deleted inserted replaced
9:45ab7373901d 10:bb90e4148332
    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.