summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/samples/store-cluster/shared/shared.composite2
-rw-r--r--sca-cpp/trunk/samples/store-sql/store.composite2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/shared/shared.composite b/sca-cpp/trunk/samples/store-cluster/shared/shared.composite
index 714668af3a..b7eae5f78a 100644
--- a/sca-cpp/trunk/samples/store-cluster/shared/shared.composite
+++ b/sca-cpp/trunk/samples/store-cluster/shared/shared.composite
@@ -23,7 +23,7 @@
name="shared">
<component name="Cache">
- <implementation.cpp path="../../../components/cache" library="libfrontcache"/>
+ <implementation.cpp path="../../../components/cache" library="libdatacache"/>
<service name="Cache">
<t:binding.atom uri="cache"/>
</service>
diff --git a/sca-cpp/trunk/samples/store-sql/store.composite b/sca-cpp/trunk/samples/store-sql/store.composite
index 18a77c2802..a10740b5f9 100644
--- a/sca-cpp/trunk/samples/store-sql/store.composite
+++ b/sca-cpp/trunk/samples/store-sql/store.composite
@@ -60,7 +60,7 @@
</component>
<component name="Cache">
- <implementation.cpp path="../../components/cache" library="libfrontcache"/>
+ <implementation.cpp path="../../components/cache" library="libdatacache"/>
<service name="Cache">
<t:binding.atom uri="cache"/>
</service>