|
From: <csi...@li...> - 2008-08-19 13:42:06
|
Revision: 1526
http://csipc2.svn.sourceforge.net/csipc2/?rev=1526&view=rev
Author: warcamel
Date: 2008-08-19 13:42:03 +0000 (Tue, 19 Aug 2008)
Log Message:
-----------
added:
- new directory as an attempt to rewrite the database including two files.
just for pushing myself
Added Paths:
-----------
trunk/src/cluster/database-ng/
trunk/src/cluster/database-ng/database.c
trunk/src/cluster/database-ng/database.h
Added: trunk/src/cluster/database-ng/database.c
===================================================================
--- trunk/src/cluster/database-ng/database.c (rev 0)
+++ trunk/src/cluster/database-ng/database.c 2008-08-19 13:42:03 UTC (rev 1526)
@@ -0,0 +1,26 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software is free software: you can redistribute it
+ * and/or modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation, either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
+/**
+ * @file /CSIPC2/src/cluster/database-ng/database.c
+ * @author Christoph Konersmann <c_...@sy...>
+ * @date 19.08.2008
+ */
+
Property changes on: trunk/src/cluster/database-ng/database.c
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/src/cluster/database-ng/database.h
===================================================================
--- trunk/src/cluster/database-ng/database.h (rev 0)
+++ trunk/src/cluster/database-ng/database.h 2008-08-19 13:42:03 UTC (rev 1526)
@@ -0,0 +1,31 @@
+/*
+ * (C)Copyright 2008 CSI PC2 Project
+ *
+ * This file is part of the CSI PC2 software.
+ *
+ * The CSI PC2 software is free software: you can redistribute it
+ * and/or modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation, either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The CSI PC2 software is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with the CSI PC2 software. If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
+/**
+ * @file /CSIPC2/src/cluster/database-ng/database.h
+ * @author Christoph Konersmann <c_...@sy...>
+ * @date 19.08.2008
+ */
+
+#ifndef DATABASE_H_
+#define DATABASE_H_
+
+
+#endif /* DATABASE_H_ */
Property changes on: trunk/src/cluster/database-ng/database.h
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|