ipcm_pub/connection_settings_api/inc/cmmanagerdef.h
branchRCL_3
changeset 57 05bc53fe583b
parent 8 2e6c4614c58e
child 58 83ca720e2b9a
--- a/ipcm_pub/connection_settings_api/inc/cmmanagerdef.h	Thu Aug 19 10:18:49 2010 +0300
+++ b/ipcm_pub/connection_settings_api/inc/cmmanagerdef.h	Tue Aug 31 15:35:44 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 <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