emailuis/emailui/inc/FSComposerFetchLogic.h
changeset 1 12c456ceeff2
parent 0 8466d47a6819
--- a/emailuis/emailui/inc/FSComposerFetchLogic.h	Thu Dec 17 08:39:21 2009 +0200
+++ b/emailuis/emailui/inc/FSComposerFetchLogic.h	Thu Jan 07 12:38:38 2010 +0200
@@ -48,7 +48,9 @@
 class MComposerFetchLogicCallback
 	{
 public:
-    virtual void FetchLogicComplete( TComposerFetchState aState, TInt aError ) = 0;
+    // Returns ETrue if the corresponding CFsComposerFetchLogic object has
+    // been deleted.
+    virtual TBool FetchLogicComplete( TComposerFetchState aState, TInt aError ) = 0;
 	};