1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

non-external string

This commit is contained in:
David Inglis 2004-03-23 02:48:29 +00:00
parent d5b215af7a
commit 118c31cd16

View file

@ -7,7 +7,7 @@ package org.eclipse.cdt.debug.core;
import org.eclipse.core.runtime.CoreException;
public interface ICDebugConfiguration {
final static String PLATFORM_NATIVE = "native";
final static String PLATFORM_NATIVE = "native"; //$NON-NLS-1$
ICDebugger getDebugger() throws CoreException;
String getName();