diff -r 086aae6fc07e -r f7816ffc66ed cmmanager/cmmgr/Plugins/cmpluginvpn/inc/cmpluginvpn.h --- a/cmmanager/cmmgr/Plugins/cmpluginvpn/inc/cmpluginvpn.h Mon Jan 18 20:33:49 2010 +0200 +++ b/cmmanager/cmmgr/Plugins/cmpluginvpn/inc/cmpluginvpn.h Tue Jan 26 12:12:48 2010 +0200 @@ -20,6 +20,8 @@ #include #include +#include + #include #include @@ -273,6 +275,15 @@ * or leaves with the error code KErrArgument */ TInt CheckValidityAndConvertDestinationIdL( TUint32 aDestinationId ); + + /** + * Retrieves default APs from the Tier Record of given identifier. + * + * @param aTierIdentifier identifier for tier record. + * @since S60 5.2 + * @return an elementid id of the default AP record in tier record. + */ + const TMDBElementId DefaultAPRecordL( const TInt aTierIdentifier = KAfInet ); public: /**