summaryrefslogtreecommitdiff
path: root/src/resource-library.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-13 13:14:25 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-13 13:31:06 +0200
commitf482f4e2ebdff76d1818822fd98f7941787745d8 (patch)
tree901fe4211c2473bae735324abd50431497086bfa /src/resource-library.h
parentf15c9a9aaacfde28fe1275ec337f0ad96abe8851 (diff)
Added tests for Resource::reserve()
Diffstat (limited to 'src/resource-library.h')
-rw-r--r--src/resource-library.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resource-library.h b/src/resource-library.h
index f68471d..9f9c303 100644
--- a/src/resource-library.h
+++ b/src/resource-library.h
@@ -7,6 +7,7 @@ public:
virtual ~ResourceLibrary() {}
virtual bool initialize() = 0;
virtual bool connectToServer() = 0;
+ virtual bool reserve() = 0;
};
#endif