gsprofilesrv_plat/settings_launch_api/inc/GSLauncher.h
changeset 18 e3554c9069b6
parent 0 8c5d936e5675
equal deleted inserted replaced
4:3f8368f032cf 18:e3554c9069b6
    21 #ifndef C_GSLAUNCHER_H
    21 #ifndef C_GSLAUNCHER_H
    22 #define C_GSLAUNCHER_H
    22 #define C_GSLAUNCHER_H
    23 
    23 
    24 #include <e32std.h>
    24 #include <e32std.h>
    25 #include <e32def.h>
    25 #include <e32def.h>
    26 #include <apgtask.h>
    26 #include <e32base.h>
    27 
    27 
    28 
       
    29 
       
    30 class CGSLauncherExtension;
       
    31 /**
    28 /**
    32  *  Launches general settings with specific plug-in opened.
    29  *  Launches general settings with specific plug-in opened.
    33  *  Using this API, a client may request a general settings view to be shown.
    30  *  Using this API, a client may request a general settings view to be shown.
    34  *  Implementation will launch general settings if it is not yet running. 
    31  *  Implementation will launch general settings if it is not yet running. 
    35  *
    32  *
    84 private:
    81 private:
    85 
    82 
    86     CGSLauncher();
    83     CGSLauncher();
    87     
    84     
    88     void ConstructL();
    85     void ConstructL();
    89 
       
    90 private: // data
       
    91 		CGSLauncherExtension* iExt;
       
    92     };
    86     };
    93 
    87 
    94 #endif // C_GSLAUNCHER_H
    88 #endif // C_GSLAUNCHER_H