webengine/osswebengine/WebKit/s60/webview/webview_api_test/inc/BrCtlInterface.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- a/webengine/osswebengine/WebKit/s60/webview/webview_api_test/inc/BrCtlInterface.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/osswebengine/WebKit/s60/webview/webview_api_test/inc/BrCtlInterface.h	Fri Mar 19 09:52:28 2010 +0200
@@ -15,6 +15,8 @@
 *
 */
 
+
+
 #ifndef BRCTLINTERFACE_H
 #define BRCTLINTERFACE_H
 
@@ -26,14 +28,14 @@
 #include <eikmenup.h>
 #include <ssl.h>
 
-#include <brctldialogsprovider.h>
-#include <brctllayoutobserver.h>
-#include <brctllinkresolver.h>
-#include <brctlsoftkeysobserver.h>
-#include <brctlspecialloadobserver.h>
-#include <brctlwindowobserver.h>
-#include <brctldownloadobserver.h>
-#include <brctldefs.h>
+#include <BrCtlDialogsProvider.h>
+#include <BrCtlLayoutObserver.h>
+#include <BrCtlLinkResolver.h>
+#include <BrCtlSoftkeysObserver.h>
+#include <BrCtlSpecialLoadObserver.h>
+#include <BrCtlWindowObserver.h>
+#include <BrCtlDownloadObserver.h>
+#include <BrCtlDefs.h>
 
 // DATA TYPES
 
@@ -107,27 +109,27 @@
 * Usage:
 *
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 *  // Interface that provides dialogs used by the Browser Control.
-*  #include <brctldialogsprovider.h>
+*  #include <BrCtlDialogsProvider.h>
 *  // Interface used to receive scrolling events.
-*  #include <brctllayoutobserver.h>
+*  #include <BrCtlLayoutObserver.h>
 *  //Interface that provides a callback mechanism for receiving the
 *  //content of an embedded link or the content of a user-initiated
 *  //load request.
-*  #include <brctllinkresolver.h>
+*  #include <BrCtlLinkResolver.h>
 *  //Interface that handles requests to change the softkeys.
-*  #include <brctlsoftkeysobserver.h>
+*  #include <BrCtlSoftkeysObserver.h>
 *  //Interface that handles special load needs.
-*  #include <brctlspecialloadobserver.h>
+*  #include <BrCtlSpecialLoadObserver.h>
 *  //Reserved for future use.
-*  #include <brctlwindowobserver.h>
+*  #include <BrCtlWindowObserver.h>
 *  //Interface that passes download events from the
 *  //Download Manager through the Browser Control to the
 *  //host application.
-*  #include <brctldownloadobserver.h>
+*  #include <BrCtlDownloadObserver.h>
 *  Enum Definition of the Browser Control API.
-*  #include <brctldefs.h>
+*  #include <BrCtlDefs.h>
 *
 *
 *   The following types of things you can do with the Browser Control API.
@@ -147,7 +149,7 @@
 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class CBrCtlInterface : public CCoeControl
@@ -617,11 +619,11 @@
 * Usage:
 *
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class MBrCtlDataLoadSupplier
@@ -642,11 +644,11 @@
 * the Browser Control with the ability to receive content incrementally.
 *
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class MBrCtlDataLoadConsumer
@@ -682,11 +684,11 @@
 * The host application can implement this interface.
 *
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class MBrCtlLoadEventObserver
@@ -707,10 +709,10 @@
 * The TBrCtlWmlServiceOption class wraps information about the WML DO elements.
 * For more information about the DO tag, see http://www.w3schools.com/wap/tag_do.asp.
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class TBrCtlWmlServiceOption
@@ -769,10 +771,10 @@
 /**
 * The TBrCtlSubscribeTo class provides information of Subscribe to items.
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class TBrCtlSubscribeTo
@@ -831,10 +833,10 @@
 * implement this interface in order to find out when the view
 * changes to and from the Image Map view.
 * @code
-*  #include <brctlinterface.h>
+*  #include <BrCtlInterface.h>
 * @lib BrowserEngine.lib
 * @since 2.8
-* @file brctlinterface.h
+* @file BrCtlInterface.h
 * @endcode     *
 */
 class MBrCtlStateChangeObserver