qthighway/xqservice/src/xqappmgr_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 26 3d09643def13
--- a/qthighway/xqservice/src/xqappmgr_p.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qthighway/xqservice/src/xqappmgr_p.h	Mon May 03 13:18:40 2010 +0300
@@ -30,6 +30,7 @@
 #include <xqaiwrequest.h>
 #include <xqaiwinterfacedescriptor.h>
 #include <xqsharablefile.h>
+#include <xqapplicationmanager.h>
 
 class XQServiceManager;
 class XQAiwUtils;
@@ -54,7 +55,12 @@
     QList<XQAiwInterfaceDescriptor> list(const XQSharableFile &file);
 
     bool hasCustomHandler(const QUrl &uri) const;
+    
     int lastError() const;
+    bool isRunning(const XQAiwInterfaceDescriptor& implementation) const;
+    bool getDrmAttributes(const QFile &file, const QList<int> &attributeNames, QVariantList &attributeValues);
+    bool getDrmAttributes(const XQSharableFile &file, const QList<int> &attributeNames, QVariantList &attributeValues);
+    int status(const XQAiwInterfaceDescriptor& implementation);
     
 private: