DEADSOFTWARE

Modularize, some progress toward reading stores
[odcread.git] / store.cc
1 #include <store.h>
3 namespace odc {
5 Domain* Store::getDomain() {
6 return 0;
7 }
9 }