connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/registry/Registry.java
branchRCL_2_4
changeset 1226 2304d1963470
parent 1006 0f2b5da35233
child 1262 f88340f6e139
equal deleted inserted replaced
1219:4881c5997074 1226:2304d1963470
   238 				List<IConnectedService> connectedServices = createConnectedServicesForConnection(connection);
   238 				List<IConnectedService> connectedServices = createConnectedServicesForConnection(connection);
   239 				connectionToConnectedServices.put(connection, connectedServices);
   239 				connectionToConnectedServices.put(connection, connectedServices);
   240 			}
   240 			}
   241 			fireConnectionStoreChanged();
   241 			fireConnectionStoreChanged();
   242 		} 
   242 		} 
   243 		catch (Exception e) {
   243 		catch (Throwable e) {
   244 			RemoteConnectionsActivator.log(Messages.getString("Registry.ConnectionLoadError"), e); //$NON-NLS-1$
   244 			RemoteConnectionsActivator.log(Messages.getString("Registry.ConnectionLoadError"), e); //$NON-NLS-1$
   245 		}
   245 		}
   246 		
   246 		
   247 	}
   247 	}
   248 
   248