iaupdate/IAD/engine/controller/src/iaupdateinstalloperation.cpp
branchRCL_3
changeset 15 98a43fae6e2b
parent 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
14:09e5ea190d07 15:98a43fae6e2b
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   204     if( install )
   204     if( install )
   205         {
   205         {
   206         // Install interface was available.
   206         // Install interface was available.
   207         // So, start installing with silent install operation.
   207         // So, start installing with silent install operation.
   208         SwiUI::TInstallOptions options(
   208         SwiUI::TInstallOptions options(
   209             IAUpdateUtils::SilentInstallOptionsL( 
   209             IAUpdateUtils::SilentInstallOptionsL( Node() ) );
   210                 Node().Uid(), Node().OwnContentSizeL() ) );
   210         
   211         operation = install->SilentInstallL( *this, options );
   211         operation = install->SilentInstallL( *this, options );
   212 
   212 
   213         if( !operation )
   213         if( !operation )
   214             {
   214             {
   215             // Could not create the operation for some reason.
   215             // Could not create the operation for some reason.