diff options
author | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-30 17:44:35 +0000 |
---|---|---|
committer | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-30 17:44:35 +0000 |
commit | 15850cf44da3d14db0370b2144a294f42eb8345d (patch) | |
tree | 1c898d3eb57e7cfb6353b0b77262201603ed3ed0 /project2/ice/unittests/unittest.ice | |
parent | Only attempt to clear caches if the directory exists (diff) | |
download | project2-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.ice | 2 |
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); |