Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5a3ea8938b14b4d93db55edd1e08c2ddbc5a0c60 (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.core.cdi.model.type;


/**
 */
public interface ICDIReferenceType extends ICDIDerivedType {

}

Back to the top