iaupdate/IAD/engine/controller/inc/iaupdatefwnodeimpl.h
changeset 77 d1838696558c
parent 0 ba25891c3a9e
--- a/iaupdate/IAD/engine/controller/inc/iaupdatefwnodeimpl.h	Tue Sep 28 14:48:39 2010 +0300
+++ b/iaupdate/IAD/engine/controller/inc/iaupdatefwnodeimpl.h	Thu Oct 14 14:11:30 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"
@@ -147,6 +147,10 @@
     void SetContentUrlL();
         
     void SetNameL( const MNcdNodeMetadata& aMetaData );
+    
+    void SetUiState( TUIUpdateState aState );
+            
+    TUIUpdateState UiState() const;
 
 
 private: // data
@@ -167,6 +171,8 @@
 
     // Flag to inform if operation is cancelled.
     TBool iCancelling;
+    
+    TUIUpdateState iUiUpdateState;
 
     };