summaryrefslogtreecommitdiff
path: root/project2/ice/unittests/unittest.ice
diff options
context:
space:
mode:
authorDan Goodliffe <randomdan@riogrande.random.lan>2014-11-30 17:44:35 +0000
committerDan Goodliffe <randomdan@riogrande.random.lan>2014-11-30 17:44:35 +0000
commit15850cf44da3d14db0370b2144a294f42eb8345d (patch)
tree1c898d3eb57e7cfb6353b0b77262201603ed3ed0 /project2/ice/unittests/unittest.ice
parentOnly attempt to clear caches if the directory exists (diff)
downloadproject2-15850cf44da3d14db0370b2144a294f42eb8345d.tar.bz2
project2-15850cf44da3d14db0370b2144a294f42eb8345d.tar.xz
project2-15850cf44da3d14db0370b2144a294f42eb8345d.zip
Support returning/fetching a single item via ice
Diffstat (limited to 'project2/ice/unittests/unittest.ice')
-rw-r--r--project2/ice/unittests/unittest.ice2
1 files changed, 2 insertions, 0 deletions
diff --git a/project2/ice/unittests/unittest.ice b/project2/ice/unittests/unittest.ice
index 60e44bb..f7305d3 100644
--- a/project2/ice/unittests/unittest.ice
+++ b/project2/ice/unittests/unittest.ice
@@ -10,6 +10,8 @@ module UnitTest {
interface SimpleInterface
{
["project2:rows"]
+ Simple SingleRow();
+ ["project2:rows"]
Simples SomeRows();
["project2:rows"]
Simples SomeRowsParams(int a, string b);