cmmanager/gsconnsettingsplugin/inc/gsconnsettingsselectiondlg.h
branchRCL_3
changeset 45 4c83dcfb6f1a
parent 0 5a93021fdf25
--- a/cmmanager/gsconnsettingsplugin/inc/gsconnsettingsselectiondlg.h	Wed Jun 09 10:07:12 2010 +0300
+++ b/cmmanager/gsconnsettingsplugin/inc/gsconnsettingsselectiondlg.h	Mon Jun 21 16:06:29 2010 +0300
@@ -19,7 +19,6 @@
 #define GSCONNSETTINGSSELECTIONDLG_H
 
 #include <aknradiobuttonsettingpage.h>
-#include <AknInfoPopupNoteController.h>
 
 class CGSConnSettingsSelectionDlg : public CAknRadioButtonSettingPage
     {
@@ -32,21 +31,12 @@
      * @param aResourceID               Text at top of setting pane
      * @param aCurrentSelectionIndex    Current slected item
      * @param aItemArray                Pointer to array of loaded resource texts for radio buttons
-     * @param aPopupResource            ID of popup note resource array
      * @return 
      * 
     */
     static CGSConnSettingsSelectionDlg* NewL(TInt aResourceID, 
             TInt& aCurrentSelectionIndex, 
-            const MDesCArray* aItemArray,
-            TInt aPopupResource);
-    
-    /**
-     * Symbian OS two-phased constructor
-     * 
-     * @param aPopupResource    ID of popup note resource array
-    */
-    void ConstructL(TInt aPopupResource);
+            const MDesCArray* aItemArray );
     
     /**
      * C++ default constructor.
@@ -54,45 +44,24 @@
      * @param aResourceID               Text at top of setting pane
      * @param aCurrentSelectionIndex    Current slected item
      * @param aItemArray                Pointer to array of loaded resource texts for radio buttons
-     * @param aPopupResource            ID of popup note resource array
     */
     CGSConnSettingsSelectionDlg( 
             TInt aResourceID, 
             TInt& aCurrentSelectionIndex, 
-            const MDesCArray* aItemArray,
-            TInt aPopupResource);
+            const MDesCArray* aItemArray );
+			
     /**
      * Destructor.
      */
     virtual ~CGSConnSettingsSelectionDlg();
     
 private:
+
     //From CAknListBoxSettingPage
     void HandleListBoxEventL(CEikListBox* aListBox, TListBoxEvent aEventType);
     
     //From CAknSettingPage
     TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType);
 
-private:
-    //New Functions
-
-    /**
-    * Displays info popup on the screen
-    * 
-    */
-    void ShowInfoPopupL();
-
-private: //Private data
-
-    /**
-     * Pointer to popup note controller. Owned.
-     */
-    CAknInfoPopupNoteController* iPopupController;
-    
-    /**
-     * Pointer to loaded popup note resources. Owned.
-     */
-    CDesCArrayFlat* iPopupItems;
-
     };
 #endif // GSCONNSETTINGSSELECTIONDLG_H