summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpsocket_maemo6_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpsocket_maemo6_p.cpp')
-rw-r--r--src/nfc/qllcpsocket_maemo6_p.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nfc/qllcpsocket_maemo6_p.cpp b/src/nfc/qllcpsocket_maemo6_p.cpp
index a2cd15f6..54393bd0 100644
--- a/src/nfc/qllcpsocket_maemo6_p.cpp
+++ b/src/nfc/qllcpsocket_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
@@ -53,6 +53,8 @@
using namespace com::nokia::nfc;
+QTNFC_BEGIN_NAMESPACE
+
static QAtomicInt requestorId = 0;
static const char * const requestorBasePath = "/com/nokia/nfc/llcpclient/";
@@ -636,3 +638,5 @@ void QLlcpSocketPrivate::initializeRequestor()
}
#include "moc_qllcpsocket_maemo6_p.cpp"
+
+QTNFC_END_NAMESPACE