From 2b0ef307d74b1b068bccad9f0bb60354a45c7f7d Mon Sep 17 00:00:00 2001 From: Pablo Torregrosa Paez Date: Tue, 7 Jun 2016 11:24:08 +0200 Subject: Target Explorer: Connection mode is required to validate a kernel image Change-Id: I89cee2f8fa15b9381172bd4a9d833a64977b37c8 Signed-off-by: Pablo Torregrosa Paez --- .../tcf/te/ui/controls/interfaces/ISimulatorServiceUIDelegate.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/interfaces/ISimulatorServiceUIDelegate.java b/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/interfaces/ISimulatorServiceUIDelegate.java index 8d3cb03c2..ffb16ae81 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/interfaces/ISimulatorServiceUIDelegate.java +++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/interfaces/ISimulatorServiceUIDelegate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2013, 2014 Wind River Systems, Inc. and others. All rights reserved. + * Copyright (c) 2013, 2016 Wind River Systems, Inc. and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this distribution, and is * available at http://www.eclipse.org/legal/epl-v10.html @@ -87,8 +87,9 @@ public interface ISimulatorServiceUIDelegate { * * @param path The path. Must not be null. * @param messageProvider The message provider. Must not be null: + * @param mode The connection mode. * * @return True if the given kernel image path is valid, false otherwise. */ - public boolean validateKernelImage(IPath path, BaseControl messageProvider); + public boolean validateKernelImage(IPath path, BaseControl messageProvider, String mode); } -- cgit v1.2.3