qthighway/xqserviceutil/src/xqservicemanager.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 8 71781823f776
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    44         // The user data has been attached by the XQServiceRequest
    44         // The user data has been attached by the XQServiceRequest
    45         int startServer(const QString& service, bool embedded, int& applicationUid, quint64& processId,
    45         int startServer(const QString& service, bool embedded, int& applicationUid, quint64& processId,
    46                         const void *userData);
    46                         const void *userData);
    47         
    47         
    48         int latestError() const;
    48         int latestError() const;
       
    49         bool isRunning(const XQAiwInterfaceDescriptor& implementation) const;
    49         
    50         
    50     private:   
    51     private:   
    51    
    52    
    52     private:
    53     private:
    53         XQServiceManagerPrivate* d;
    54         XQServiceManagerPrivate* d;