javamanager/javaappscheme/src.s60/serviceapp.h
changeset 79 2f468c1958d0
parent 61 bf7ee68962da
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    33 
    33 
    34 public:
    34 public:
    35     ServiceApp(int &argc, char **argv);
    35     ServiceApp(int &argc, char **argv);
    36     ~ServiceApp();
    36     ~ServiceApp();
    37 
    37 
    38 // TEMP TEST
    38 public slots:
    39 public slots:    
       
    40     static void quit();
    39     static void quit();
    41 
    40 
    42 private:
    41 private:
    43     UriService* mUriService;
    42     UriService* mUriService;
    44 };
    43 };
    52         ~UriService();
    51         ~UriService();
    53 
    52 
    54     public slots:
    53     public slots:
    55         bool view(const QString& uri);
    54         bool view(const QString& uri);
    56         bool view(const QString& uri, bool returnValue);
    55         bool view(const QString& uri, bool returnValue);
    57 
       
    58     private:
       
    59         ServiceApp* mServiceApp;
       
    60 };
    56 };
    61 
    57 
    62 
    58 
    63 #endif  // JAVAQTSERVICEAPP_H
    59 #endif  // JAVAQTSERVICEAPP_H