phoneplugins/csplugin/src/cspforwardprovider.cpp
changeset 56 5bcb308bd24d
parent 21 92ab7f8d0eab
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    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