iaupdate/IAD/engine/inc/iaupdatenode.h
changeset 33 8110bf1194d1
parent 25 98b66e4fb0be
child 44 329d304c1aa1
--- a/iaupdate/IAD/engine/inc/iaupdatenode.h	Mon May 03 12:38:03 2010 +0300
+++ b/iaupdate/IAD/engine/inc/iaupdatenode.h	Fri May 14 15:58:48 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -169,6 +169,20 @@
      */
     virtual TInt Depth() const = 0;
 
+    /**
+     * Informs UI that downloading is ongoing
+     **/
+    virtual TBool Downloading() const = 0;
+
+    /**
+    * Informs UI that installing is ongoing
+    **/
+    virtual TBool Installing() const = 0;
+    
+    virtual void SetDownloading( TBool aDownloading ) = 0;
+
+    virtual void SetInstalling( TBool aInstalling ) = 0;
+    
 
 protected: