diff -r 7333d7932ef7 -r 8b7f4e561641 iaupdate/IAD/ui/src/iaupdatedeputils.cpp --- a/iaupdate/IAD/ui/src/iaupdatedeputils.cpp Tue Aug 31 15:21:33 2010 +0300 +++ b/iaupdate/IAD/ui/src/iaupdatedeputils.cpp Wed Sep 01 12:22:02 2010 +0100 @@ -21,6 +21,7 @@ // INCLUDES #include "iaupdatedeputils.h" #include "iaupdatebasenode.h" +#include "iaupdateanynode.h" #include "iaupdatenode.h" @@ -30,7 +31,7 @@ // --------------------------------------------------------------------------- // void IAUpdateDepUtils::GetDependenciesL( const MIAUpdateNode& aNode, - const RPointerArray& aAllNodes, + const RPointerArray& aAllNodes, RPointerArray& aDependencyNodes ) { RPointerArray dependencies; @@ -80,7 +81,7 @@ // --------------------------------------------------------------------------- // void IAUpdateDepUtils::GetDependantsL( const MIAUpdateNode& aNode, - const RPointerArray& aAllNodes, + const RPointerArray& aAllNodes, RPointerArray& aDependantNodes ) { RPointerArray dependants;