diff -r 96612d01cf9f -r 6711b85517b7 tsrc/VCXTestCommon/inc/IptvTestUtilALR.h --- a/tsrc/VCXTestCommon/inc/IptvTestUtilALR.h Mon Jan 18 20:21:12 2010 +0200 +++ b/tsrc/VCXTestCommon/inc/IptvTestUtilALR.h Tue Jan 26 12:00:59 2010 +0200 @@ -36,6 +36,7 @@ // Declared in CIptvUtil.h and vcxconnutilimpl.cpp const TUid VCXTEST_KIptvAlrCenRepUid = { 0x2000B438 }; const TInt VCXTEST_KIptvCenRepUsedSnapIdKey = 0x1; +const TInt VCXTEST_KIptvCenRepDefaultIapIdKey = 0x2; const TInt VCXTEST_KIptvCenRepAPModeAlwaysAsk = 0; // CLASS DECLARATION @@ -136,7 +137,18 @@ * Gets the default access point from connection manager */ IMPORT_C TUint32 GetDefaultIap( void ); + + /** + * Gets the default iap, saves it to cenrep + */ + IMPORT_C TInt SetDefaultIapCenRep( void ); + + /** + * Gets the default iap id from cenrep + */ + IMPORT_C TUint32 GetDefaultIapCenRep( void ); + private: // New functions /**