# HG changeset patch # User dadubrow # Date 1260393272 21600 # Node ID 0ede5f1bb87edf0545ad7c3665b2cd0a9360e29b # Parent 8704513b0da7db55bf0ec9b938dc6383ab0f5637 Bug 10343 - ensure tcf plugin is loaded diff -r 8704513b0da7 -r 0ede5f1bb87e 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 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 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 8704513b0da7 -r 0ede5f1bb87e 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 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);