debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/LaunchPlugin.java
changeset 1780 e2992bb8a7f9
parent 1702 c2c8b7393fe7
child 1805 1d57e533b09e
child 1848 2a6d912d3065
equal deleted inserted replaced
1777:490bb9a68e6b 1780:e2992bb8a7f9
   100 	public static final String EMULATION_LAUNCH_TYPE = "com.nokia.cdt.debug.launch.emulationLaunch"; //$NON-NLS-1$
   100 	public static final String EMULATION_LAUNCH_TYPE = "com.nokia.cdt.debug.launch.emulationLaunch"; //$NON-NLS-1$
   101 	public static final String PROXY_LAUNCH_TYPE = "com.nokia.cdt.debug.launch.proxyLaunch"; //$NON-NLS-1$
   101 	public static final String PROXY_LAUNCH_TYPE = "com.nokia.cdt.debug.launch.proxyLaunch"; //$NON-NLS-1$
   102 	
   102 	
   103 	public static final String REMOTE_CONNECTIONS_TRK_SERVICE = "com.nokia.carbide.trk.support.service.TRKService"; //$NON-NLS-1$
   103 	public static final String REMOTE_CONNECTIONS_TRK_SERVICE = "com.nokia.carbide.trk.support.service.TRKService"; //$NON-NLS-1$
   104 	public static final String REMOTE_CONNECTIONS_TRACING_SERVICE = "com.nokia.carbide.trk.support.service.TracingService"; //$NON-NLS-1$
   104 	public static final String REMOTE_CONNECTIONS_TRACING_SERVICE = "com.nokia.carbide.trk.support.service.TracingService"; //$NON-NLS-1$
   105 	public static final String REMOTE_CONNECTIONS_PLATSIM_SERVICE = "com.nokia.cdt.internal.debug.launch.platSim.service.PlatSimService"; //$NON-NLS-1$
       
   106 
   105 
   107 	// Preference constants
   106 	// Preference constants
   108 	public static final String Use_New_Project_Assist = "com.nokia.cdt.debug.launch.Use_New_Project_Assist"; //$NON-NLS-1$
   107 	public static final String Use_New_Project_Assist = "com.nokia.cdt.debug.launch.Use_New_Project_Assist"; //$NON-NLS-1$
   109 
   108 
   110 	
   109 	
   601 	public static IService getTRKService() {
   600 	public static IService getTRKService() {
   602 		return RemoteConnectionsActivator.getConnectionTypeProvider().
   601 		return RemoteConnectionsActivator.getConnectionTypeProvider().
   603 					findServiceByID(REMOTE_CONNECTIONS_TRK_SERVICE);
   602 					findServiceByID(REMOTE_CONNECTIONS_TRK_SERVICE);
   604 	}
   603 	}
   605 	
   604 	
   606 	public static IService getPlatSimService() {
       
   607 		return RemoteConnectionsActivator.getConnectionTypeProvider().
       
   608 					findServiceByID(REMOTE_CONNECTIONS_PLATSIM_SERVICE);
       
   609 	}
       
   610 	
       
   611 	/**
   605 	/**
   612 	 * Returns the currently active workbench window or <code>null</code>
   606 	 * Returns the currently active workbench window or <code>null</code>
   613 	 * if none.
   607 	 * if none.
   614 	 * 
   608 	 * 
   615 	 * @return the currently active workbench window or <code>null</code>
   609 	 * @return the currently active workbench window or <code>null</code>