gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h
branchRCL_3
changeset 41 3b67655da2cc
parent 13 23553eb4e470
equal deleted inserted replaced
28:854ebc17f64b 41:3b67655da2cc
    30 // CLASS DECLARATION
    30 // CLASS DECLARATION
    31 class CAknViewAppUi;
    31 class CAknViewAppUi;
    32 class CGSPluginInterface;
    32 class CGSPluginInterface;
    33 class CAknSingleLargeStyleListBox;
    33 class CAknSingleLargeStyleListBox;
    34 class MGSWatchDog;
    34 class MGSWatchDog;
       
    35 class CGsContainerExt;
    35 
    36 
    36 /**
    37 /**
    37 *  Container class for the GS Main view.
    38 *  Container class for the GS Main view.
    38 *  @lib GSFramework.lib
    39 *  @lib GSFramework.lib
    39 *  @since Series60_3.1
    40 *  @since Series60_3.1
   231 
   232 
   232         // Pointer to parent plugin. Not owned.
   233         // Pointer to parent plugin. Not owned.
   233         CGSParentPlugin* iParentPlugin;
   234         CGSParentPlugin* iParentPlugin;
   234 
   235 
   235         // Pointer to GSWatchDog owned by GS Application document. Not owned.
   236         // Pointer to GSWatchDog owned by GS Application document. Not owned.
   236         MGSWatchDog* iGSWatchDog;
   237         CGsContainerExt* iExt;
   237        
       
   238     };
   238     };
   239 
   239 
   240 
   240 
   241 #endif // GSPARENTCONTAINER_H
   241 #endif // GSPARENTCONTAINER_H
   242 // End of File
   242 // End of File