summaryrefslogtreecommitdiff
path: root/mythfs/service/myth-db.ice
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/myth-db.ice')
-rw-r--r--mythfs/service/myth-db.ice13
1 files changed, 13 insertions, 0 deletions
diff --git a/mythfs/service/myth-db.ice b/mythfs/service/myth-db.ice
new file mode 100644
index 0000000..8164297
--- /dev/null
+++ b/mythfs/service/myth-db.ice
@@ -0,0 +1,13 @@
+#ifndef MYTHFS_DB
+#define MYTHFS_DB
+
+#include "myth-models.ice"
+
+module MythFS {
+ interface DB {
+ idempotent Recordeds getRecorded();
+ };
+};
+
+#endif
+