connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/NetworkInfoArray.h
branchRCL_3
changeset 24 05bc53fe583b
parent 0 5a93021fdf25
child 25 83ca720e2b9a
equal deleted inserted replaced
23:fc7b30ed2058 24:05bc53fe583b
    81         * @param aNetworkName name of network 
    81         * @param aNetworkName name of network 
    82         * @param aTo the index while searching    
    82         * @param aTo the index while searching    
    83         * @return index value of network in the array, or -1 if there
    83         * @return index value of network in the array, or -1 if there
    84         * is no network the given Id
    84         * is no network the given Id
    85         */
    85         */
    86         TInt GetArrayIndex( TName aNetworkName ) const;
    86         TInt GetArrayIndex( TName& aNetworkName ) const;
    87 
    87 
    88         /**
    88         /**
    89         * Add only new network to the array
    89         * Add only new network to the array
    90         * @param aNetwork the network to be added to the array
    90         * @param aNetwork the network to be added to the array
    91         */
    91         */