--- a/iaupdate/IAD/engine/controller/src/iaupdatefwnodeimpl.cpp Tue Sep 28 14:48:39 2010 +0300
+++ b/iaupdate/IAD/engine/controller/src/iaupdatefwnodeimpl.cpp Thu Oct 14 14:11:30 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2007-2009 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"
@@ -432,3 +432,24 @@
IAUPDATE_TRACE("[IAUPDATE] CIAUpdateFwNode::SetNameL() end");
}
+
+
+// ---------------------------------------------------------------------------
+// CIAUpdateFwNode::SetUiState()
+//
+// ---------------------------------------------------------------------------
+//
+void CIAUpdateFwNode::SetUiState( MIAUpdateFwNode::TUIUpdateState aState )
+ {
+ iUiUpdateState = aState;
+ }
+
+// ---------------------------------------------------------------------------
+// CIAUpdateFwNode::UiState()
+//
+// ---------------------------------------------------------------------------
+//
+MIAUpdateFwNode::TUIUpdateState CIAUpdateFwNode::UiState() const
+ {
+ return iUiUpdateState;
+ }