diff -r 7d48bed6ce0c -r 987c9837762f satengine/SatServer/Engine/inc/CSatApnHandler.h --- a/satengine/SatServer/Engine/inc/CSatApnHandler.h Tue Aug 31 15:45:17 2010 +0300 +++ b/satengine/SatServer/Engine/inc/CSatApnHandler.h Wed Sep 01 12:15:03 2010 +0100 @@ -25,6 +25,8 @@ #include "MSatApnHandler.h" class MSatUtils; +class RCmConnectionMethod; +class RCmManager; /** * Handles the Access point operations with CMManager. Searches, inserts and @@ -123,6 +125,15 @@ */ HBufC* FormatAPN( const RSat::TAccessName& aReqApn ) const; + /** + * Get default connection method. + * + * @param aCmManager Input Connection method manager. + * @param aDefCm Output reference to RCmConnectionMethod. + * @return None + */ + void GetDefConnMethodL( RCmManager& aCmManager, + RCmConnectionMethod& aDefCm ); private: // Data // Reference to command container