qthighway/xqserviceutil/src/xqrequestinfo.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
--- a/qthighway/xqserviceutil/src/xqrequestinfo.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qthighway/xqserviceutil/src/xqrequestinfo.h	Mon May 03 13:18:40 2010 +0300
@@ -44,11 +44,14 @@
         void setBackground(bool on);
         bool isBackground() const;
         bool isSynchronous() const;
+        void setForeground(bool on);
+        bool isForeground() const;
         
         quint32 clientSecureId() const;
         quint32 clientVendorId() const;
         QSet<int> clientCapabilities() const;
-        
+        int id() const;
+
         void setInfo(const QString &key, const QVariant &value);
         QVariant info(const QString &key) const;
         QStringList infoKeys() const;