summaryrefslogtreecommitdiff
path: root/src/resource.cpp
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-04 10:39:27 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-04 10:39:27 +0200
commitd84673cf92c0abddb12d9b24131b1af718c1543d (patch)
treed3538ccb43f9b94970a44581edb3e58d418fdc8b /src/resource.cpp
parent3ef3f8cd8d6bcb2d8c3401f7f89dca07af98adae (diff)
Split initialization to 2 phases. initialize() and connectToServer()
Diffstat (limited to 'src/resource.cpp')
-rw-r--r--src/resource.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resource.cpp b/src/resource.cpp
index 3bbe0a4..2de05ee 100644
--- a/src/resource.cpp
+++ b/src/resource.cpp
@@ -15,6 +15,10 @@ bool Resource::initialize(ResourceLibrary *library)
return resourceLibrary->initialize();
}
+bool Resource::connectToServer()
+{
+ return resourceLibrary->connectToServer();
+}
quint16 Resource::getResourceFlags()
{