satengine/SatServer/Engine/src/CSatApnHandler.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 15 d7fc66ccd6fb
--- a/satengine/SatServer/Engine/src/CSatApnHandler.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/satengine/SatServer/Engine/src/CSatApnHandler.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -15,8 +15,6 @@
 *
 */
 
-
-
 // INCLUDE FILES
 #include <cmmanager.h>
 #include <cmmanagerext.h>
@@ -29,13 +27,7 @@
 #include    "CSatApnHandler.h"
 #include    "SatLog.h"
 
-
-const TInt KMaxAccessPointName( 50 );
-// Granularity for getting connection methods from CM session
 const TUint32 KSatCMGranularity( 5 );
-// The max length of access point name
-const TUint32 KSatMaxApnName( 236 );
-
 
 // ============================ MEMBER FUNCTIONS ===============================