summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpserver_maemo6_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpserver_maemo6_p.cpp')
-rw-r--r--src/nfc/qllcpserver_maemo6_p.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qllcpserver_maemo6_p.cpp b/src/nfc/qllcpserver_maemo6_p.cpp
index 2b964bc1..2855dc71 100644
--- a/src/nfc/qllcpserver_maemo6_p.cpp
+++ b/src/nfc/qllcpserver_maemo6_p.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Qt Mobility Components.
+** This file is part of the QtNfc module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -48,6 +48,8 @@
using namespace com::nokia::nfc;
+QTNFC_BEGIN_NAMESPACE
+
static QAtomicInt requestorId = 0;
static const char * const requestorBasePath = "/com/nokia/nfc/llcpserver/";
@@ -195,4 +197,6 @@ void QLlcpServerPrivate::Socket(const QDBusVariant &lsap, int fd, const QVariant
Q_UNUSED(properties);
}
+QTNFC_END_NAMESPACE
+
#include "moc_qllcpserver_maemo6_p.cpp"