summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index 71317a1..6b41116 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -333,11 +333,8 @@ public:
333 333
334/** 334/**
335 * Facade factory that returns a store facade implementation, by loading a plugin and providing the relevant implementation. 335 * Facade factory that returns a store facade implementation, by loading a plugin and providing the relevant implementation.
336 * 336 *
337 * If we were to provide default implementations for certain capabilities. Here would be the place to do so. 337 * If we were to provide default implementations for certain capabilities. Here would be the place to do so.
338 *
339 * TODO: pluginmechansims for resources to provide their implementations.
340 * * We may want a way to recycle facades to avoid recreating socket connections all the time?
341 */ 338 */
342 339
343class FacadeFactory { 340class FacadeFactory {
@@ -395,8 +392,6 @@ private:
395 392
396/** 393/**
397 * Store interface used in the client API. 394 * Store interface used in the client API.
398 *
399 * TODO: For testing we need to be able to inject dummy StoreFacades. Should we work with a store instance, or a singleton factory?
400 */ 395 */
401class Store { 396class Store {
402public: 397public: