phoneplugins/csplugin/src/csptransferprovider.cpp
changeset 56 5bcb308bd24d
parent 21 92ab7f8d0eab
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
   180 //
   180 //
   181 void CSPTransferProvider::AddObserverL( const MCCPTransferObserver& aObserver )
   181 void CSPTransferProvider::AddObserverL( const MCCPTransferObserver& aObserver )
   182     {
   182     {
   183     if ( iObservers.Find( &aObserver ) == KErrNotFound )
   183     if ( iObservers.Find( &aObserver ) == KErrNotFound )
   184         {
   184         {
   185         iObservers.Append( &aObserver );
   185         iObservers.AppendL( &aObserver );
   186         }
   186         }
   187     }
   187     }
   188 
   188 
   189 // ---------------------------------------------------------------------------
   189 // ---------------------------------------------------------------------------
   190 // Removes observer from array
   190 // Removes observer from array