iaupdate/IAD/ui/src/iaupdatestarter.cpp
branchRCL_3
changeset 18 f9033e605ee2
parent 0 ba25891c3a9e
equal deleted inserted replaced
17:741e5bba2bd1 18:f9033e605ee2
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
   106         iStartNeeded = EFalse;
   106         iStartNeeded = EFalse;
   107         iUid = TUid::Null();
   107         iUid = TUid::Null();
   108         UidForExecutableL( iUid );
   108         UidForExecutableL( iUid );
   109         if ( iUid.iUid == 0 )
   109         if ( iUid.iUid == 0 )
   110             {
   110             {
   111             iStarterObserver->StartExecutableCompletedL( KErrNotFound );
   111             LaunchExeL();
   112             iStarterObserver = NULL;
       
   113             }
   112             }
   114         else
   113         else
   115             {
   114             {
   116     	    iPrevWgId = 0;  
   115     	    iPrevWgId = 0;  
   117     	    CApaWindowGroupName::FindByAppUid( iUid, iEikEnv->WsSession(), iPrevWgId );
   116     	    CApaWindowGroupName::FindByAppUid( iUid, iEikEnv->WsSession(), iPrevWgId );