diff -r a4d6f1ea0416 -r e7aa27f58ae1 ipsservices/ipssosplugin/inc/ipsplgsmtpoperation.h --- a/ipsservices/ipssosplugin/inc/ipsplgsmtpoperation.h Tue Jan 26 11:45:42 2010 +0200 +++ b/ipsservices/ipssosplugin/inc/ipsplgsmtpoperation.h Tue Feb 02 00:02:40 2010 +0200 @@ -106,6 +106,17 @@ */ void ConstructL( ); + /** + * Completes observer with status aStatus + * @param aStatus: Status of the operation. + */ + void CompleteObserver( TInt aStatus = KErrNone ); + + /** + * Completes itself with KErrNone status + */ + void CompleteThis(); + private: // From CActive enum TIpsSendState