summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dalstorage.h')
-rw-r--r--src/dalstorage.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dalstorage.h b/src/dalstorage.h
index e7b17022..c3848ed9 100644
--- a/src/dalstorage.h
+++ b/src/dalstorage.h
@@ -28,10 +28,6 @@
#include "dal/dataprovider.h"
-namespace tmwserv
-{
-
-
/**
* A storage class that relies on DAL.
*
@@ -226,8 +222,4 @@ class DALStorage: public Storage
std::auto_ptr<dal::DataProvider> mDb; /**< the data provider */
};
-
-} // namespace tmwserv
-
-
#endif // _TMWSERV_DALSTORAGE_H_