equal
deleted
inserted
replaced
15 * enabled, this class is used as the single view. If frame |
15 * enabled, this class is used as the single view. If frame |
16 * enabled, there is one instance of this class for each frame. |
16 * enabled, there is one instance of this class for each frame. |
17 * |
17 * |
18 */ |
18 */ |
19 |
19 |
|
20 |
20 #ifndef __WEBTOOLBARINTERFACE |
21 #ifndef __WEBTOOLBARINTERFACE |
21 #define __WEBTOOLBARINTERFACE |
22 #define __WEBTOOLBARINTERFACE |
22 |
23 |
23 // INCLUDES |
24 // INCLUDES |
24 #include <e32base.h> |
25 #include <e32base.h> |
25 #include <bitstd.h> |
26 #include <bitstd.h> |
26 #include <W32STD.H> |
27 #include <w32std.h> |
27 #include <COEDEF.H> |
28 #include <coedef.h> |
28 #include <AknsConstants.h> |
29 #include <AknsConstants.h> |
29 #include <AknsItemID.h> |
30 #include <AknsItemID.h> |
30 #include <AknsConstants.h> |
31 #include <AknsConstants.h> |
31 #include <brctldefs.h> |
32 #include "BrCtlDefs.h" |
32 #include "ToolBar.h" |
33 #include "ToolBar.h" |
33 /* |
34 /* |
34 #include "Favicon.h" |
35 #include "Favicon.h" |
35 #include "WebCoreIconDatabaseBridge.h" |
36 #include "WebCoreIconDatabaseBridge.h" |
36 */ |
37 */ |