connectionutilities/ConnectionDialogs/inc/ConnectionInfoKey.h
changeset 66 ed07dcc72692
parent 0 5a93021fdf25
equal deleted inserted replaced
64:84c6623982f6 66:ed07dcc72692
    47         * @param aLeft  Left element to be compared
    47         * @param aLeft  Left element to be compared
    48         * @param aRight Right element to be compared
    48         * @param aRight Right element to be compared
    49         * @return TInt  Result of comparison of the elements
    49         * @return TInt  Result of comparison of the elements
    50         */
    50         */
    51         virtual TInt Compare( TInt aLeft, TInt aRight ) const;
    51         virtual TInt Compare( TInt aLeft, TInt aRight ) const;
    52 
       
    53         /**
       
    54         * At function
       
    55         * @param nIndex Index of the element ot be returned
       
    56         * @return TAny* The element at the given index
       
    57         */
       
    58         virtual TAny* At( TInt anIndex ) const;
       
    59 
    52 
    60         /**
    53         /**
    61         * TConnectionInfoKey constructor
    54         * TConnectionInfoKey constructor
    62         * @return -
    55         * @return -
    63         */
    56         */