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

/**
 * Enter type comment.
 * 
 * @since: Nov 13, 2002
 */
public interface IDummyStackFrame
{
}

Back to the top