diff -r d17dc5398051 -r 329d304c1aa1 iaupdate/IAD/ui/inc/iaupdatedeputils.h --- a/iaupdate/IAD/ui/inc/iaupdatedeputils.h Fri Jun 11 13:45:18 2010 +0300 +++ b/iaupdate/IAD/ui/inc/iaupdatedeputils.h Thu Jun 24 12:37:54 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009-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" @@ -25,7 +25,6 @@ // FORWARD DECLARATIONS class MIAUpdateNode; -class MIAUpdateAnyNode; // CLASS DECLARATION /** @@ -43,7 +42,7 @@ * @param aDependencyNodes List of dependencies (to be marked). */ static void GetDependenciesL( const MIAUpdateNode& aNode, - const RPointerArray& aAllNodes, + const RPointerArray& aAllNodes, RPointerArray& aDependencyNodes ); /** @@ -54,7 +53,7 @@ * @param aDependencyNodes List of dependendants (to be unmarked). */ static void GetDependantsL( const MIAUpdateNode& aNode, - const RPointerArray& aAllNodes, + const RPointerArray& aAllNodes, RPointerArray& aDependantNodes ); };