videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/inc/IptvTestUtilALR.h
changeset 3 bdf78597b41c
parent 1 17b6bb2b14ba
child 15 6c92a12abac0
--- a/videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/inc/IptvTestUtilALR.h	Mon Jan 18 21:13:36 2010 +0200
+++ b/videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/inc/IptvTestUtilALR.h	Tue Jan 26 12:55:56 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
 
     /**