web_pub/browser_control_api/inc/BrCtlInterface.h
changeset 25 0ed94ceaa377
parent 0 dd21522fd290
child 47 e1bea15f9a39
--- a/web_pub/browser_control_api/inc/BrCtlInterface.h	Tue Nov 24 09:02:20 2009 +0200
+++ b/web_pub/browser_control_api/inc/BrCtlInterface.h	Thu Dec 17 09:20:16 2009 +0200
@@ -27,14 +27,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
 
@@ -108,27 +108,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.
@@ -148,7 +148,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
@@ -625,11 +625,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
@@ -650,11 +650,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
@@ -690,11 +690,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
@@ -715,10 +715,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
@@ -777,10 +777,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
@@ -839,10 +839,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