equal
deleted
inserted
replaced
101 &iPluginManager.DtmfProviderL( *this, calls[i]->ImplementationUid() ); |
101 &iPluginManager.DtmfProviderL( *this, calls[i]->ImplementationUid() ); |
102 ); |
102 ); |
103 |
103 |
104 if( !error && provider ) |
104 if( !error && provider ) |
105 { |
105 { |
106 aProviders.InsertInAddressOrder( provider ); |
106 // Ref-to-Ptr -> ownership not transfered. |
|
107 err = aProviders.InsertInAddressOrder( provider ); |
107 } |
108 } |
108 } |
109 } |
109 |
110 |
110 calls.Close(); |
111 calls.Close(); |
111 |
112 |