diff -r 95d45f234cf3 -r cb7afde124a3 connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/NetworkInfoArray.h --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/NetworkInfoArray.h Wed Jun 23 18:39:24 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/NetworkInfoArray.h Tue Jul 06 14:42:41 2010 +0300 @@ -83,7 +83,7 @@ * @return index value of network in the array, or -1 if there * is no network the given Id */ - TInt GetArrayIndex( TName aNetworkName ) const; + TInt GetArrayIndex( TName& aNetworkName ) const; /** * Add only new network to the array @@ -125,4 +125,4 @@ CArrayPtrFlat* iNetworkInfoArray; ///< Owned. }; -#endif // NETWORKINFOARRAY_NOTIF_H_INCLUDED \ No newline at end of file +#endif // NETWORKINFOARRAY_NOTIF_H_INCLUDED