Bug 10343 - ensure tcf plugin is loaded RCL_2_4
authordadubrow
Wed, 09 Dec 2009 15:14:32 -0600
branchRCL_2_4
changeset 663 0ede5f1bb87e
parent 661 8704513b0da7
child 669 7188413b6db9
Bug 10343 - ensure tcf plugin is loaded
debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TRKConnectedService.java
debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java
--- a/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TRKConnectedService.java	Wed Dec 09 11:24:47 2009 -0600
+++ b/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TRKConnectedService.java	Wed Dec 09 15:14:32 2009 -0600
@@ -67,6 +67,7 @@
 	
 	private Pair<String, Version> deviceOS;
 	private TRKService trkService;
+	static Class<?> startTCFServer = TCFClassFactory.class; // force the tcf plugin to load
 
 	public TRKConnectedService(IService service, AbstractSynchronizedConnection connection) {
 		super(service, connection);
--- a/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java	Wed Dec 09 11:24:47 2009 -0600
+++ b/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java	Wed Dec 09 15:14:32 2009 -0600
@@ -46,6 +46,7 @@
 	
 	private static final byte[] TC_REQ_OST = {0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x1};
 	private static final byte[] TC_RESP_OST = {0x0, 0x0, 0x0, 0x5, 0x0, 0x1, 0x0, 0x0, 0x1};
+	static Class<?> startTCFServer = TCFClassFactory.class; // force the tcf plugin to load
 
 	public interface IMessageValidator {
 		boolean isValidMessage(byte[] message);