summaryrefslogtreecommitdiff
path: root/src/dal/dataprovider.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-07-27 17:20:22 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-07-27 17:20:22 +0000
commitd0b6b3d1c96e437d12410703a8e530decd0b028f (patch)
treef3568279aa6c31594f525f061efc6eda08278635 /src/dal/dataprovider.h
parent285b40d1cb768e235aed894f4704e1013cb054ea (diff)
downloadmanaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.tar.gz
manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.tar.bz2
manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.tar.xz
manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.zip
First step toward a restructured class hierarchy for world actors: add
MovingObject and Player classes.
Diffstat (limited to 'src/dal/dataprovider.h')
-rw-r--r--src/dal/dataprovider.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dal/dataprovider.h b/src/dal/dataprovider.h
index fe034873..07d29b4e 100644
--- a/src/dal/dataprovider.h
+++ b/src/dal/dataprovider.h
@@ -29,13 +29,9 @@
#include "recordset.h"
-
-namespace tmwserv
-{
namespace dal
{
-
/**
* Enumeration type for the database backends.
*/
@@ -153,7 +149,5 @@ class DataProvider
} // namespace dal
-} // namespace tmwserv
-
#endif // _TMWSERV_DATA_PROVIDER_H_