securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig_p.cpp
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
--- a/securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig_p.cpp	Thu Jun 10 16:12:28 2010 +0300
+++ b/securitysettings/qtconfigutils/eapqtconfiginterface/src/eapqtconfig_p.cpp	Thu Jun 24 11:23:08 2010 +0300
@@ -2,7 +2,7 @@
  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
  * All rights reserved.
  * This component and the accompanying materials are made available
- * under the terms of the License "Eclipse Public License v1.0"
+ * under the terms of "Eclipse Public License v1.0"
  * which accompanies this distribution, and is available
  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  *
@@ -17,18 +17,34 @@
  */
 
 /*
- * %version: 2 %
+ * %version: 3 %
  */
 
+// System includes
+
+// User includes
 #include "eapqtconfig_p.h"
 
-//----------------------------------------------------------------------------
-//              EapConfigurationPrivate                
-//----------------------------------------------------------------------------
+/*!
+ *  \class EapQtConfigPrivate
+ *  \brief Private implementation of EAP method QT configuration data
+ *         structure for EAP QT configuration interface
+ */
+
+// External function prototypes
+
+// Local constants
+
+// ======== LOCAL FUNCTIONS ========
+
+// ======== MEMBER FUNCTIONS ========
+
 EapQtConfigPrivate::EapQtConfigPrivate()
 {
+    // nothing to do
 }
 
 EapQtConfigPrivate::~EapQtConfigPrivate()
 {
+    // nothing to do
 }