summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-sql/store.scm
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/samples/store-sql/store.scm')
-rw-r--r--sca-cpp/trunk/samples/store-sql/store.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-cpp/trunk/samples/store-sql/store.scm b/sca-cpp/trunk/samples/store-sql/store.scm
index d851dc7ed6..8bfbb3d5fd 100644
--- a/sca-cpp/trunk/samples/store-sql/store.scm
+++ b/sca-cpp/trunk/samples/store-sql/store.scm
@@ -30,7 +30,7 @@
)
(define (getcatalog catalog shoppingCart shoppingTotal)
- (catalog "get")
+ (catalog "getcatalog")
)
(define (gettotal catalog shoppingCart shoppingTotal)
@@ -45,6 +45,3 @@
(shoppingCart "delete" id)
)
-; TODO remove these JSON-RPC specific functions
-(define (listMethods catalog shoppingCart shoppingTotal) (list "Service.getcatalog" "Service.gettotal"))
-