GIT
/
REPO
/
FRED-BOY
Projects
/
odcread.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Solve oldType path lookup, found SEGFAULT
[odcread.git]
/
store.cc
diff --git
a/store.cc
b/store.cc
index 51729e1414e56a667e9d3a8c12eb7df32b242788..d7db23be164b68e41a7da87834f50e951aed801f 100644
(file)
--- a/
store.cc
+++ b/
store.cc
@@
-2,6
+2,12
@@
namespace odc {
+Store::Store(INTEGER id): d_id(id) {}
+
+INTEGER Store::getId() {
+ return d_id;
+}
+
Domain* Store::getDomain() {
return 0;
}
DEADSOFTWARE 2012-2025