diff -r 854ebc17f64b -r 3b67655da2cc gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h --- a/gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h Wed Jun 09 10:00:07 2010 +0300 +++ b/gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h Mon Jun 21 15:59:17 2010 +0300 @@ -32,6 +32,7 @@ class CGSPluginInterface; class CAknSingleLargeStyleListBox; class MGSWatchDog; +class CGsContainerExt; /** * Container class for the GS Main view. @@ -233,8 +234,7 @@ CGSParentPlugin* iParentPlugin; // Pointer to GSWatchDog owned by GS Application document. Not owned. - MGSWatchDog* iGSWatchDog; - + CGsContainerExt* iExt; };