iaupdate/IAD/engine/controller/inc/iaupdatenodecontainer.h
branchRCL_3
changeset 18 3ba40be8e484
parent 0 ba25891c3a9e
equal deleted inserted replaced
15:51c0f5edf5ef 18:3ba40be8e484
   198     // Checks if newer version of the node is already installed.
   198     // Checks if newer version of the node is already installed.
   199     // Check is passed if newer version is not installed.
   199     // Check is passed if newer version is not installed.
   200     // If same version of the node is installed, makes it hidden.
   200     // If same version of the node is installed, makes it hidden.
   201     TBool InstallCheckL( CIAUpdateNode& aNode ) const;
   201     TBool InstallCheckL( CIAUpdateNode& aNode ) const;
   202 
   202 
       
   203     // Checks if  the head node ids / identifers are equal
       
   204     TBool NodeExists( const CIAUpdateNode& aNode, 
       
   205                       const CIAUpdateNode& tmpNode ) const;
   203     
   206     
   204 private: // data
   207 private: // data
   205 
   208 
   206     // Controller object
   209     // Controller object
   207     CIAUpdateController& iController;
   210     CIAUpdateController& iController;