ipsservices/ipssosplugin/src/ipsplgsingleopwatcher.cpp
changeset 18 578830873419
parent 0 8466d47a6819
child 23 2dc6caa42ec3
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
    97 EXPORT_C CIpsPlgSingleOpWatcher::~CIpsPlgSingleOpWatcher()
    97 EXPORT_C CIpsPlgSingleOpWatcher::~CIpsPlgSingleOpWatcher()
    98     {
    98     {
    99     FUNC_LOG;
    99     FUNC_LOG;
   100     Cancel();
   100     Cancel();
   101     delete iOperation;
   101     delete iOperation;
   102     delete iBaseOperation;
   102     delete iBaseOperation;      
   103     delete iRequestObserver;
       
   104     }
   103     }
   105 
   104 
   106 
   105 
   107 // ---------------------------------------------------------
   106 // ---------------------------------------------------------
   108 // CIpsPlgSingleOpWatcher::SetOperation
   107 // CIpsPlgSingleOpWatcher::SetOperation
   227     //
   226     //
   228     // Inform client of watcher that the operation has completed
   227     // Inform client of watcher that the operation has completed
   229     iObserver.OpCompleted( *this, iStatus.Int() );
   228     iObserver.OpCompleted( *this, iStatus.Int() );
   230     }
   229     }
   231 
   230 
   232 
       
   233 void CIpsPlgSingleOpWatcher::SetRequestObserver(
       
   234     CIpsPlgImap4MoveRemoteOpObserver* aObserver )
       
   235     {
       
   236     delete iRequestObserver;
       
   237     iRequestObserver = aObserver;
       
   238     }
       
   239 
       
   240 // End of file
   231 // End of file
   241 
   232