qthighway/tsrc/at_xqapplicationmanager/at_xqapplicationmanager.h
changeset 24 9d760f716ca8
parent 19 46686fb6258c
equal deleted inserted replaced
19:46686fb6258c 24:9d760f716ca8
    50     void create_uri_implementation();
    50     void create_uri_implementation();
    51     void create_file();
    51     void create_file();
    52     void create_file_implementation();
    52     void create_file_implementation();
    53     void create_sharablefile();
    53     void create_sharablefile();
    54     void create_sharablefile_implementation();
    54     void create_sharablefile_implementation();
    55     
       
    56 
    55 
    57     void cleanup();
    56     void cleanup();
    58     
    57     
    59     void handleOk(const QVariant& ret);
    58     void handleOk(const QVariant& ret);
    60     void handleError(int err ,const QString& errString);
    59     void handleError(int err ,const QString& errString);
    67     const QList<int> listDrmAttr();
    66     const QList<int> listDrmAttr();
    68     QStringList mLog;
    67     QStringList mLog;
    69     XQApplicationManager *mAppManager;
    68     XQApplicationManager *mAppManager;
    70     QVariant returnValue;
    69     QVariant returnValue;
    71     bool mServiceAnswered;
    70     bool mServiceAnswered;
       
    71     XQSharableFile* testSharableFile;
    72  };
    72  };
    73 
    73 
    74 
    74 
    75 #endif // AT_XQAPPLICATIONMANAGER_H
    75 #endif // AT_XQAPPLICATIONMANAGER_H