epoc32/include/mw/brctlinterface.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/mw/brctlinterface.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/brctlinterface.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -27,14 +27,14 @@
     1.4  #include <eikmenup.h>
     1.5  #include <ssl.h>
     1.6  
     1.7 -#include <BrCtlDialogsProvider.h>
     1.8 -#include <BrCtlLayoutObserver.h>
     1.9 -#include <BrCtlLinkResolver.h>
    1.10 -#include <BrCtlSoftkeysObserver.h>
    1.11 -#include <BrCtlSpecialLoadObserver.h>
    1.12 -#include <BrCtlWindowObserver.h>
    1.13 -#include <BrCtlDownloadObserver.h>
    1.14 -#include <BrCtlDefs.h>
    1.15 +#include <brctldialogsprovider.h>
    1.16 +#include <brctllayoutobserver.h>
    1.17 +#include <brctllinkresolver.h>
    1.18 +#include <brctlsoftkeysobserver.h>
    1.19 +#include <brctlspecialloadobserver.h>
    1.20 +#include <brctlwindowobserver.h>
    1.21 +#include <brctldownloadobserver.h>
    1.22 +#include <brctldefs.h>
    1.23  
    1.24  // DATA TYPES
    1.25  
    1.26 @@ -108,27 +108,27 @@
    1.27  * Usage:
    1.28  *
    1.29  * @code
    1.30 -*  #include <BrCtlInterface.h>
    1.31 +*  #include <brctlinterface.h>
    1.32  *  // Interface that provides dialogs used by the Browser Control.
    1.33 -*  #include <BrCtlDialogsProvider.h>
    1.34 +*  #include <brctldialogsprovider.h>
    1.35  *  // Interface used to receive scrolling events.
    1.36 -*  #include <BrCtlLayoutObserver.h>
    1.37 +*  #include <brctllayoutobserver.h>
    1.38  *  //Interface that provides a callback mechanism for receiving the
    1.39  *  //content of an embedded link or the content of a user-initiated
    1.40  *  //load request.
    1.41 -*  #include <BrCtlLinkResolver.h>
    1.42 +*  #include <brctllinkresolver.h>
    1.43  *  //Interface that handles requests to change the softkeys.
    1.44 -*  #include <BrCtlSoftkeysObserver.h>
    1.45 +*  #include <brctlsoftkeysobserver.h>
    1.46  *  //Interface that handles special load needs.
    1.47 -*  #include <BrCtlSpecialLoadObserver.h>
    1.48 +*  #include <brctlspecialloadobserver.h>
    1.49  *  //Reserved for future use.
    1.50 -*  #include <BrCtlWindowObserver.h>
    1.51 +*  #include <brctlwindowobserver.h>
    1.52  *  //Interface that passes download events from the
    1.53  *  //Download Manager through the Browser Control to the
    1.54  *  //host application.
    1.55 -*  #include <BrCtlDownloadObserver.h>
    1.56 +*  #include <brctldownloadobserver.h>
    1.57  *  Enum Definition of the Browser Control API.
    1.58 -*  #include <BrCtlDefs.h>
    1.59 +*  #include <brctldefs.h>
    1.60  *
    1.61  *
    1.62  *   The following types of things you can do with the Browser Control API.
    1.63 @@ -148,7 +148,7 @@
    1.64  * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    1.65  * @lib BrowserEngine.lib
    1.66  * @since 2.8
    1.67 -* @file BrCtlInterface.h
    1.68 +* @file brctlinterface.h
    1.69  * @endcode     *
    1.70  */
    1.71  class CBrCtlInterface : public CCoeControl
    1.72 @@ -625,11 +625,11 @@
    1.73  * Usage:
    1.74  *
    1.75  * @code
    1.76 -*  #include <BrCtlInterface.h>
    1.77 +*  #include <brctlinterface.h>
    1.78  * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    1.79  * @lib BrowserEngine.lib
    1.80  * @since 2.8
    1.81 -* @file BrCtlInterface.h
    1.82 +* @file brctlinterface.h
    1.83  * @endcode     *
    1.84  */
    1.85  class MBrCtlDataLoadSupplier
    1.86 @@ -650,11 +650,11 @@
    1.87  * the Browser Control with the ability to receive content incrementally.
    1.88  *
    1.89  * @code
    1.90 -*  #include <BrCtlInterface.h>
    1.91 +*  #include <brctlinterface.h>
    1.92  * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    1.93  * @lib BrowserEngine.lib
    1.94  * @since 2.8
    1.95 -* @file BrCtlInterface.h
    1.96 +* @file brctlinterface.h
    1.97  * @endcode     *
    1.98  */
    1.99  class MBrCtlDataLoadConsumer
   1.100 @@ -690,11 +690,11 @@
   1.101  * The host application can implement this interface.
   1.102  *
   1.103  * @code
   1.104 -*  #include <BrCtlInterface.h>
   1.105 +*  #include <brctlinterface.h>
   1.106  * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
   1.107  * @lib BrowserEngine.lib
   1.108  * @since 2.8
   1.109 -* @file BrCtlInterface.h
   1.110 +* @file brctlinterface.h
   1.111  * @endcode     *
   1.112  */
   1.113  class MBrCtlLoadEventObserver
   1.114 @@ -715,10 +715,10 @@
   1.115  * The TBrCtlWmlServiceOption class wraps information about the WML DO elements.
   1.116  * For more information about the DO tag, see http://www.w3schools.com/wap/tag_do.asp.
   1.117  * @code
   1.118 -*  #include <BrCtlInterface.h>
   1.119 +*  #include <brctlinterface.h>
   1.120  * @lib BrowserEngine.lib
   1.121  * @since 2.8
   1.122 -* @file BrCtlInterface.h
   1.123 +* @file brctlinterface.h
   1.124  * @endcode     *
   1.125  */
   1.126  class TBrCtlWmlServiceOption
   1.127 @@ -777,10 +777,10 @@
   1.128  /**
   1.129  * The TBrCtlSubscribeTo class provides information of Subscribe to items.
   1.130  * @code
   1.131 -*  #include <BrCtlInterface.h>
   1.132 +*  #include <brctlinterface.h>
   1.133  * @lib BrowserEngine.lib
   1.134  * @since 2.8
   1.135 -* @file BrCtlInterface.h
   1.136 +* @file brctlinterface.h
   1.137  * @endcode     *
   1.138  */
   1.139  class TBrCtlSubscribeTo
   1.140 @@ -839,10 +839,10 @@
   1.141  * implement this interface in order to find out when the view
   1.142  * changes to and from the Image Map view.
   1.143  * @code
   1.144 -*  #include <BrCtlInterface.h>
   1.145 +*  #include <brctlinterface.h>
   1.146  * @lib BrowserEngine.lib
   1.147  * @since 2.8
   1.148 -* @file BrCtlInterface.h
   1.149 +* @file brctlinterface.h
   1.150  * @endcode     *
   1.151  */
   1.152  class MBrCtlStateChangeObserver