diff -r ff3b6d0fd310 -r ae8abd0db65c satengine/SatServer/Engine/src/CSatApnHandler.cpp --- 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 #include @@ -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 ===============================