diff -r e1bea15f9a39 -r 79859ed3eea9 webengine/osswebengine/WebKit/s60/webview/BrCtlLayoutObserverImpl.h --- a/webengine/osswebengine/WebKit/s60/webview/BrCtlLayoutObserverImpl.h Thu Aug 19 10:58:56 2010 +0300 +++ b/webengine/osswebengine/WebKit/s60/webview/BrCtlLayoutObserverImpl.h Tue Aug 31 16:17:46 2010 +0300 @@ -20,10 +20,7 @@ #define BRCTLLAYOUTOBSERVERIMPL_H // INCLUDES -#include - -// Forward Declaration -class WebView; +#include /** * This observer is notified of scrolling and tabbing events @@ -65,7 +62,7 @@ * @param aNewLayout RTL or LTR * @return void */ - virtual void NotifyLayoutChange( TBrCtlLayout aNewLayout ); + virtual void NotifyLayoutChange( TBrCtlLayout /*aNewLayout*/ ) {} /** * Update the title of the page in history view @@ -74,17 +71,6 @@ * @return void */ virtual void UpdateTitleL( const TDesC& /*aTitle*/ ) {} - - public: - /** - * C++ default constructor. - */ - CBrCtlLayoutObserver( WebView* aWebView ); - - private: - WebView* m_webView; - - }; #endif // BRCTLLAYOUTOBSERVERIMPL_H