connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp
changeset 40 b63e67867dcd
parent 20 e1de7d03f843
child 44 8f5e655bff70
child 49 392bf116d9ed
equal deleted inserted replaced
39:9905f7d46607 40:b63e67867dcd
   212 //----------------------------------------------------------------------------
   212 //----------------------------------------------------------------------------
   213 //
   213 //
   214 void SConPcdUtility::AppendInstalledJavaL( CSConListInstApps& aListInstApps )
   214 void SConPcdUtility::AppendInstalledJavaL( CSConListInstApps& aListInstApps )
   215     {
   215     {
   216     TRACE_FUNC_ENTRY;
   216     TRACE_FUNC_ENTRY;
   217     // Java related functionality was removed as it was on APP layer.
       
   218     CJavaRegistry* javaRegistry = CJavaRegistry::NewLC( );
   217     CJavaRegistry* javaRegistry = CJavaRegistry::NewLC( );
   219     RArray<TUid> packageUids;
   218     RArray<TUid> packageUids;
   220     CleanupClosePushL( packageUids );
   219     CleanupClosePushL( packageUids );
   221     javaRegistry->GetRegistryEntryUidsL( packageUids );
   220     javaRegistry->GetRegistryEntryUidsL( packageUids );
   222     LOGGER_WRITE_1("packageUids.Count(): %d", packageUids.Count());
   221     LOGGER_WRITE_1("packageUids.Count(): %d", packageUids.Count());