aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2009-07-31 16:33:18 +0200
committerMichael Dominic K <mdk@codethink.co.uk>2009-07-31 16:33:18 +0200
commit01a17c1234f0debc9d2dcfeb3a52f327a71f7088 (patch)
tree14065d43cf44a780e57a21add12cbbb665a38d14 /common
parent5979874416f8279b623e15c8609ceb44d019b973 (diff)
Common stuff is not in the namespace.
Diffstat (limited to 'common')
-rw-r--r--common/logging.cpp3
-rw-r--r--common/logging.h4
-rw-r--r--common/sconnect.h4
3 files changed, 0 insertions, 11 deletions
diff --git a/common/logging.cpp b/common/logging.cpp
index 86f425ac..b3eac0c3 100644
--- a/common/logging.cpp
+++ b/common/logging.cpp
@@ -25,8 +25,6 @@
#include <QDateTime>
#include <QFile>
-namespace ContextD {
-
/*!
\page Logging
@@ -520,4 +518,3 @@ ContextRealLogger& ContextRealLogger::operator<< (char v)
return *this;
}
-}
diff --git a/common/logging.h b/common/logging.h
index 0d47722b..dfd9a4e9 100644
--- a/common/logging.h
+++ b/common/logging.h
@@ -37,8 +37,6 @@
#define CONTEXT_LOG_MODULE_NAME "unknown"
#endif
-namespace ContextD {
-
class ContextFeature
{
public:
@@ -160,5 +158,3 @@ public:
#endif
#endif // LOGGING_H
-
-}
diff --git a/common/sconnect.h b/common/sconnect.h
index 50c6d79e..ac8d0509 100644
--- a/common/sconnect.h
+++ b/common/sconnect.h
@@ -25,8 +25,6 @@
#include <QObject>
#include <QDebug>
-namespace ContextD {
-
inline void sconnect(const QObject *from, const char* fromSignal,
const QObject *to, const char* toSignal)
{
@@ -38,6 +36,4 @@ inline void sconnect(const QObject *from, const char* fromSignal,
" *****************\n");
}
-}
-
#endif