ipcm_pub/connection_settings_api/inc/cmmanagerdef.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
--- a/ipcm_pub/connection_settings_api/inc/cmmanagerdef.h	Fri Apr 16 15:21:37 2010 +0300
+++ b/ipcm_pub/connection_settings_api/inc/cmmanagerdef.h	Mon May 03 12:53:07 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -11,17 +11,19 @@
 *
 * Contributors:
 *
-* Description:  Definition module for Connection Method Manager
+* Description:
+* Definition module for Connection Method Manager.
 *
 */
 
+
 #ifndef CMMANAGERDEF_H
 #define CMMANAGERDEF_H
 
-// System includes
-#include <E32def.h>
+#include <e32def.h>
 #include <e32std.h>
-           
+
+
 namespace CMManager
     {
     /**
@@ -159,22 +161,22 @@
 NONSHARABLE_CLASS( TBearerPriority )
     {
     public:
-        
+
         HBufC*     iServiceType;    /**<
                                     * Name of the service table to identify
-                                    * type of bearer 
+                                    * type of bearer
                                     */
-                                    
+
         TUint32    iPriority;       /**<
-                                    * Priority of the bearer. 
-                                    * Values must be unique within the table 
+                                    * Priority of the bearer.
+                                    * Values must be unique within the table
                                     */
-                                    
+
         TUint32    iUIPriority;     /**<
                                     * Priority of this bearer type when shown
-                                    * in UI for configuring a new IAP. 
-                                    * Values must be unique within the table 
+                                    * in UI for configuring a new IAP.
+                                    * Values must be unique within the table
                                     */
-    };       
-    
+    };
+
 #endif // CMMANAGERDEF_H