Skip to main content
summaryrefslogtreecommitdiffstats
blob: bc7af913e38539725b2ae82996de8b5e582a8916 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * (c) Copyright QNX Software Systems Ltd. 2002.
 * All Rights Reserved.
 */
package org.eclipse.cdt.debug.mi.core.output;

/**
 * @see MIStreamRecord
 */
public class MITargetStreamOutput extends MIStreamRecord {

	public static final String startTag = "@"; //$NON-NLS-1$
}

Back to the top