Revert "Remove mysql and oracle resources for anna-ericsson project"
[anna.git] / include / anna / dbos / dbos.hpp
diff --git a/include/anna/dbos/dbos.hpp b/include/anna/dbos/dbos.hpp
new file mode 100644 (file)
index 0000000..1e7609e
--- /dev/null
@@ -0,0 +1,50 @@
+// 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_dbos_hpp
+#define anna_dbos_dbos_hpp
+
+namespace anna {
+/**
+Define las clases y templates necesarias para convertir datos guardados en un medio fisico en
+clases totalmente funcionalines en C++.
+
+El ejecutable debera enlazarse con las librerias:
+   \li anna.core.a
+   \li anna.xml.a
+   \li anna.app.a
+   \li anna.comm.a
+   \li anna.dbms.a
+   \li anna.dbos.a
+
+El <b>Packet Header</b> es anna.dbos.h
+*/
+namespace dbos {
+}
+}
+
+#include <anna/dbos/Accesor.hpp>
+#include <anna/dbos/AutoObject.hpp>
+#include <anna/dbos/AutoSet.hpp>
+#include <anna/dbos/Creator.hpp>
+#include <anna/dbos/Eraser.hpp>
+#include <anna/dbos/Loader.hpp>
+#include <anna/dbos/Repository.hpp>
+#include <anna/dbos/Object.hpp>
+#include <anna/dbos/ObjectAllocator.hpp>
+#include <anna/dbos/ObjectFacade.hpp>
+#include <anna/dbos/Recorder.hpp>
+#include <anna/dbos/Set.hpp>
+#include <anna/dbos/SetFacade.hpp>
+#include <anna/dbos/StorageArea.hpp>
+#include <anna/dbos/CrossedLoader.hpp>
+
+using namespace anna::dbos;
+
+#endif
+