diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-30 12:00:36 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-30 12:00:36 +0100 |
commit | aa449c82dc3a5505b8a63843b83aed0f5dab8ed1 (patch) | |
tree | c600c94e2ac72769710b10cd3ed663120d06076d /common/clientapi.h | |
parent | bf00b2c3a0fbfbdcbd7c5f4ab519049dc02c1263 (diff) | |
download | sink-aa449c82dc3a5505b8a63843b83aed0f5dab8ed1.tar.gz sink-aa449c82dc3a5505b8a63843b83aed0f5dab8ed1.zip |
clenup
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 7 |
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 | ||
343 | class FacadeFactory { | 340 | class 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 | */ |
401 | class Store { | 396 | class Store { |
402 | public: | 397 | public: |