diff -r f9bb0fca356a -r 0fd27995241b javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswt.h --- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswt.h Fri Apr 30 10:40:48 2010 +0300 +++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswt.h Tue May 11 16:07:20 2010 +0300 @@ -801,7 +801,7 @@ * Unregisters a resource change observer. */ virtual void RemoveResourceChangeObserver(MSwtResourceChangeObserver* aObserver) = 0; - + /** * Registers app focus observer. * MSwtUiUtils and MSwtShell instances are already informed separately so don't add them. @@ -1138,7 +1138,7 @@ * Checks if the UI has started to be displayed on screen. */ virtual TBool IsUiReady() const =0; - + /** * Whatever UI component is getting ready to be displayed should notify the display. * @param aFullScreenUi Specifies if the starting ui is full screen. @@ -1155,15 +1155,15 @@ * Returns names of all fonts according to aScalable parameter. */ virtual CDesC16ArrayFlat* GetFontNamesL(TBool aScalable) const =0; - + /** - * Check if the current pointer event being handled is + * Check if the current pointer event being handled is * intended to revert the state of the grabbing control. */ virtual TBool RevertPointerEvent() const =0; - + /** - * Set the current pointer event being handled as + * Set the current pointer event being handled as * intended to revert the state of the grabbing control. */ virtual void SetRevertPointerEvent(TBool aStatus) =0;