tsrc/VCXTestCommon/inc/IptvTestUtilALR.h
changeset 1 6711b85517b7
parent 0 96612d01cf9f
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    34 // CONSTANTS
    34 // CONSTANTS
    35 
    35 
    36 // Declared in CIptvUtil.h and vcxconnutilimpl.cpp
    36 // Declared in CIptvUtil.h and vcxconnutilimpl.cpp
    37 const TUid VCXTEST_KIptvAlrCenRepUid = { 0x2000B438 };
    37 const TUid VCXTEST_KIptvAlrCenRepUid = { 0x2000B438 };
    38 const TInt VCXTEST_KIptvCenRepUsedSnapIdKey   = 0x1;
    38 const TInt VCXTEST_KIptvCenRepUsedSnapIdKey   = 0x1;
       
    39 const TInt VCXTEST_KIptvCenRepDefaultIapIdKey   = 0x2;
    39 const TInt VCXTEST_KIptvCenRepAPModeAlwaysAsk = 0;
    40 const TInt VCXTEST_KIptvCenRepAPModeAlwaysAsk = 0;
    40 
    41 
    41 // CLASS DECLARATION
    42 // CLASS DECLARATION
    42 
    43 
    43 /**
    44 /**
   134     
   135     
   135     /**
   136     /**
   136      * Gets the default access point from connection manager
   137      * Gets the default access point from connection manager
   137      */
   138      */
   138     IMPORT_C TUint32 GetDefaultIap( void );
   139     IMPORT_C TUint32 GetDefaultIap( void );
       
   140     
       
   141     /**
       
   142      * Gets the default iap, saves it to cenrep
       
   143      */
       
   144     IMPORT_C TInt SetDefaultIapCenRep( void );
       
   145     
       
   146     /**
       
   147      * Gets the default iap id from cenrep
       
   148      */
       
   149     IMPORT_C TUint32 GetDefaultIapCenRep( void );
   139 
   150 
       
   151     
   140 private: // New functions
   152 private: // New functions
   141 
   153 
   142     /**
   154     /**
   143      * Prints destination's IAPs and their priorities to debug output.
   155      * Prints destination's IAPs and their priorities to debug output.
   144      */
   156      */