equal
deleted
inserted
replaced
95 // |
95 // |
96 void CSPForwardProvider::AddObserverL( const MCCPForwardObserver& aObserver ) |
96 void CSPForwardProvider::AddObserverL( const MCCPForwardObserver& aObserver ) |
97 { |
97 { |
98 if ( iObservers.Find( &aObserver ) == KErrNotFound ) |
98 if ( iObservers.Find( &aObserver ) == KErrNotFound ) |
99 { |
99 { |
100 iObservers.Append( &aObserver ); |
100 iObservers.AppendL( &aObserver ); |
101 } |
101 } |
102 } |
102 } |
103 |
103 |
104 // --------------------------------------------------------------------------- |
104 // --------------------------------------------------------------------------- |
105 // Removes observer from array |
105 // Removes observer from array |