connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/NetworkInfoArray.h
changeset 47 cb7afde124a3
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
    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         */