summaryrefslogtreecommitdiff
path: root/libresourceqt/src/resource-engine.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-05-28 11:19:21 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-05-28 11:19:21 +0300
commit5fcbe96c43a70deab3d0ec9af3ecec6c906d245d (patch)
treeedd4f391cee01fab00d143d1b79f6abd8004a5eb /libresourceqt/src/resource-engine.h
parentdc9c29594133291a2944591a359c7adb8f24a85e (diff)
Fixed bug in trying to register too many times when the first acquire is
called often.
Diffstat (limited to 'libresourceqt/src/resource-engine.h')
-rw-r--r--libresourceqt/src/resource-engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libresourceqt/src/resource-engine.h b/libresourceqt/src/resource-engine.h
index fe3260a..38849aa 100644
--- a/libresourceqt/src/resource-engine.h
+++ b/libresourceqt/src/resource-engine.h
@@ -30,6 +30,7 @@ public:
bool connectToManager();
bool disconnectFromManager();
bool isConnectedToManager();
+ bool isConnectingToManager();
bool acquireResources();
bool releaseResources();
@@ -71,6 +72,7 @@ private:
static resconn_t *libresourceConnection;
quint32 identifier;
bool aboutToBeDeleted;
+ bool isConnecting;
};
}