summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpstate_symbian_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qllcpstate_symbian_p.cpp')
-rw-r--r--src/nfc/qllcpstate_symbian_p.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nfc/qllcpstate_symbian_p.cpp b/src/nfc/qllcpstate_symbian_p.cpp
index 35b03cc0..c9064395 100644
--- a/src/nfc/qllcpstate_symbian_p.cpp
+++ b/src/nfc/qllcpstate_symbian_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
@@ -46,6 +46,8 @@
#include "symbian/debug.h"
+QTNFC_BEGIN_NAMESPACE
+
QLLCPSocketState::QLLCPSocketState(QLlcpSocketPrivate* socket)
:m_socket(socket)
{}
@@ -549,3 +551,4 @@ void QLLCPSocketState::DisconnectFromService()
BEGIN_END
}
+QTNFC_END_NAMESPACE