diff -r 26b6f0522fd8 -r 8110bf1194d1 iaupdate/IAD/engine/controller/src/iaupdatenodeimpl.cpp --- a/iaupdate/IAD/engine/controller/src/iaupdatenodeimpl.cpp Mon May 03 12:38:03 2010 +0300 +++ b/iaupdate/IAD/engine/controller/src/iaupdatenodeimpl.cpp Fri May 14 15:58:48 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" @@ -365,6 +365,45 @@ return iDepth; } +// --------------------------------------------------------------------------- +// CIAUpdateNode::Downloading() +// +// --------------------------------------------------------------------------- +// +TBool CIAUpdateNode::Downloading() const + { + return iDownloading; + } + +// --------------------------------------------------------------------------- +// CIAUpdateNode::Installing() +// +// --------------------------------------------------------------------------- +// +TBool CIAUpdateNode::Installing() const + { + return iInstalling; + } + +// --------------------------------------------------------------------------- +// CIAUpdateNode::SetDownloading() +// +// --------------------------------------------------------------------------- +// +void CIAUpdateNode::SetDownloading( TBool aDownloading ) + { + iDownloading = aDownloading; + } + +// --------------------------------------------------------------------------- +// CIAUpdateNode::SetInstalling() +// +// --------------------------------------------------------------------------- +// +void CIAUpdateNode::SetInstalling( TBool aInstalling ) + { + iInstalling = aInstalling; + } // --------------------------------------------------------------------------- // CIAUpdateNode::NodeType