activityfw/activityserviceplugin/s60/applicationlauncher_p.h
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 #ifndef APPLICATIONLAUNCHER_P_H
    17 #ifndef APPLICATIONLAUNCHER_P_H
    18 #define APPLICATIONLAUNCHER_P_H
    18 #define APPLICATIONLAUNCHER_P_H
    19 
    19 
    20 #include <QString>
    20 #include <QString>
    21 
    21 
    22 class ApplicationLauncherPrivate
    22 class ApplicationLauncherPrivate
    23 {
    23 {
    24     
    24 
    25 public:    
    25 public:
    26     bool isRunning(int applicationId);
    26     bool isRunning(int applicationId);
    27     void startApplication(int applicationId, const QString &activityId);
    27     void startApplication(int applicationId, const QString &activityId);
    28     void bringToForeground(int applicationId);
    28     void bringToForeground(int applicationId);
    29     
    29 
    30 };
    30 };
    31 
    31 
    32 #endif // APPLICATIONLAUNCHER_P_H
    32 #endif // APPLICATIONLAUNCHER_P_H