summaryrefslogtreecommitdiffstats
path: root/src/dal
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 17:22:09 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-16 17:22:09 +0100
commit614242263887cd0df5524191c0b02c912ed1bf7e (patch)
tree89134a0f75199b94b27282c3fbbc86f7f42baa8e /src/dal
parent607cf9c51b63a21f3139031c5e517c80d9209a09 (diff)
downloadmanaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.gz
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.tar.xz
manaserv-614242263887cd0df5524191c0b02c912ed1bf7e.zip
Got rid of CVS/Subversion $Id$ markers
Diffstat (limited to 'src/dal')
-rw-r--r--src/dal/dalexcept.h3
-rw-r--r--src/dal/dataprovider.cpp3
-rw-r--r--src/dal/dataprovider.h3
-rw-r--r--src/dal/dataproviderfactory.cpp3
-rw-r--r--src/dal/dataproviderfactory.h2
-rw-r--r--src/dal/mysqldataprovider.cpp2
-rw-r--r--src/dal/mysqldataprovider.h3
-rw-r--r--src/dal/pqdataprovider.cpp3
-rw-r--r--src/dal/pqdataprovider.h3
-rw-r--r--src/dal/recordset.cpp2
-rw-r--r--src/dal/recordset.h2
-rw-r--r--src/dal/sqlitedataprovider.cpp2
-rw-r--r--src/dal/sqlitedataprovider.h2
13 files changed, 0 insertions, 33 deletions
diff --git a/src/dal/dalexcept.h b/src/dal/dalexcept.h
index e2d5b2b..75022ec 100644
--- a/src/dal/dalexcept.h
+++ b/src/dal/dalexcept.h
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#ifndef _TMWSERV_DAL_EXCEPT_H_
#define _TMWSERV_DAL_EXCEPT_H_
diff --git a/src/dal/dataprovider.cpp b/src/dal/dataprovider.cpp
index 4092c6b..e903d0c 100644
--- a/src/dal/dataprovider.cpp
+++ b/src/dal/dataprovider.cpp
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#include "dataprovider.h"
#include "../utils/logger.h"
diff --git a/src/dal/dataprovider.h b/src/dal/dataprovider.h
index 7cbc28b..f950949 100644
--- a/src/dal/dataprovider.h
+++ b/src/dal/dataprovider.h
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#ifndef _TMWSERV_DATA_PROVIDER_H_
#define _TMWSERV_DATA_PROVIDER_H_
diff --git a/src/dal/dataproviderfactory.cpp b/src/dal/dataproviderfactory.cpp
index d6fb319..fd0c858 100644
--- a/src/dal/dataproviderfactory.cpp
+++ b/src/dal/dataproviderfactory.cpp
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#include "dataproviderfactory.h"
#ifdef HAVE_CONFIG_H
diff --git a/src/dal/dataproviderfactory.h b/src/dal/dataproviderfactory.h
index 89db1eb..aee96fc 100644
--- a/src/dal/dataproviderfactory.h
+++ b/src/dal/dataproviderfactory.h
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_DATA_PROVIDER_FACTORY_H_
diff --git a/src/dal/mysqldataprovider.cpp b/src/dal/mysqldataprovider.cpp
index f6e422f..e7111a5 100644
--- a/src/dal/mysqldataprovider.cpp
+++ b/src/dal/mysqldataprovider.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "mysqldataprovider.h"
diff --git a/src/dal/mysqldataprovider.h b/src/dal/mysqldataprovider.h
index 08c56dd..c5b796f 100644
--- a/src/dal/mysqldataprovider.h
+++ b/src/dal/mysqldataprovider.h
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#ifndef _TMWSERV_MYSQL_DATA_PROVIDER_H_
#define _TMWSERV_MYSQL_DATA_PROVIDER_H_
diff --git a/src/dal/pqdataprovider.cpp b/src/dal/pqdataprovider.cpp
index 2c0b1ee..67e12e8 100644
--- a/src/dal/pqdataprovider.cpp
+++ b/src/dal/pqdataprovider.cpp
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#include "pqdataprovider.h"
#include "dalexcept.h"
diff --git a/src/dal/pqdataprovider.h b/src/dal/pqdataprovider.h
index a3d6084..f4f8e88 100644
--- a/src/dal/pqdataprovider.h
+++ b/src/dal/pqdataprovider.h
@@ -16,11 +16,8 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
-
#ifndef _TMWSERV_PQDATAPROVIDER_H_
#define _TMWSERV_PQDATAPROVIDER_H_
diff --git a/src/dal/recordset.cpp b/src/dal/recordset.cpp
index 19666e6..28a5816 100644
--- a/src/dal/recordset.cpp
+++ b/src/dal/recordset.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include <algorithm>
diff --git a/src/dal/recordset.h b/src/dal/recordset.h
index 761e724..e236b19 100644
--- a/src/dal/recordset.h
+++ b/src/dal/recordset.h
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_RECORDSET_H_
diff --git a/src/dal/sqlitedataprovider.cpp b/src/dal/sqlitedataprovider.cpp
index 77b5a5f..d320edc 100644
--- a/src/dal/sqlitedataprovider.cpp
+++ b/src/dal/sqlitedataprovider.cpp
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#include "sqlitedataprovider.h"
diff --git a/src/dal/sqlitedataprovider.h b/src/dal/sqlitedataprovider.h
index 5e88216..8950f31 100644
--- a/src/dal/sqlitedataprovider.h
+++ b/src/dal/sqlitedataprovider.h
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id$
*/
#ifndef _TMWSERV_SQLITE_DATA_PROVIDER_H_