--- a/gssettingsuis/Gs/GSApplication/Inc/GSMainContainer.h Wed Jun 09 10:00:07 2010 +0300
+++ b/gssettingsuis/Gs/GSApplication/Inc/GSMainContainer.h Mon Jun 21 15:59:17 2010 +0300
@@ -27,6 +27,7 @@
class CAknViewAppUi;
class CAknSingleLargeStyleListBox;
class CGSPluginInterface;
+class CGsContainerExt;
/**
* Container class for the GS Main view.
@@ -185,6 +186,8 @@
// It is needed because iPluginArray also contains non-visible plugins
// and therefore the indexes do not match to lbx items.
CArrayPtrFlat<CGSPluginInterface>* iVisiblePlugins;
+ // Extension for main container.
+ CGsContainerExt* iExt;
};