diff -r dbd1c5e08735 -r 453dfc402455 connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp --- a/connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp Thu Jul 15 19:35:12 2010 +0300 +++ b/connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp Thu Aug 19 10:44:03 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2006-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" @@ -217,7 +217,7 @@ CJavaRegistry* javaRegistry = CJavaRegistry::NewLC( ); RArray packageUids; CleanupClosePushL( packageUids ); - javaRegistry->GetRegistryEntryUidsL( /*EGeneralPackage,*/ packageUids ); + javaRegistry->GetRegistryEntryUidsL( packageUids ); LOGGER_WRITE_1("packageUids.Count(): %d", packageUids.Count()); for (TInt i=0; iiUid, bundleId ); + app->iWidgetBundleId = bundleId.AllocL(); User::LeaveIfError( aListInstApps.iApps.Append( app ) ); CleanupStack::Pop( app ); // ownership transferred, do not delete