Revert "Remove mysql and oracle resources for anna-ericsson project"
[anna.git] / include / anna / dbos / defines.hpp
diff --git a/include/anna/dbos/defines.hpp b/include/anna/dbos/defines.hpp
new file mode 100644 (file)
index 0000000..7e9a25f
--- /dev/null
@@ -0,0 +1,26 @@
+// ANNA - Anna is Not Nothingness Anymore                                                         //
+//                                                                                                //
+// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
+//                                                                                                //
+// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
+// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
+
+
+#ifndef anna_dbos_defines_hpp
+#define anna_dbos_defines_hpp
+
+#include <anna/config/defines.hpp>
+
+namespace anna {
+
+namespace dbos {
+typedef unsigned int Size;
+typedef U64 Index;
+typedef ptrnumber StorageId;
+typedef unsigned int Counter;
+}
+
+}
+
+#endif
+