# HG changeset patch # User dadubrow # Date 1260391433 21600 # Node ID de059f9c85e64c4154fa805d943790a4b161dc3a # Parent 749482434cfad4f9b6c0499884312c97dd44ce78 Bug 10343 - ensure tcf plugin is loaded diff -r 749482434cfa -r de059f9c85e6 debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TRKConnectedService.java --- a/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TRKConnectedService.java Wed Dec 09 09:02:51 2009 -0600 +++ b/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TRKConnectedService.java Wed Dec 09 14:43:53 2009 -0600 @@ -67,6 +67,7 @@ private Pair deviceOS; private TRKService trkService; + static Class startTCFServer = TCFClassFactory.class; // force the tcf plugin to load public TRKConnectedService(IService service, AbstractSynchronizedConnection connection) { super(service, connection); diff -r 749482434cfa -r de059f9c85e6 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/TracingConnectedService.java Wed Dec 09 09:02:51 2009 -0600 +++ b/debuggercdi/com.nokia.carbide.trk.support/src/com/nokia/carbide/trk/support/service/TracingConnectedService.java Wed Dec 09 14:43:53 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);