1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

so that extensions an be adaptable

This commit is contained in:
David Inglis 2004-03-03 20:49:53 +00:00
parent 3a2ea22ff2
commit 918addbcbc

View file

@ -12,8 +12,9 @@ package org.eclipse.cdt.internal.core;
import org.eclipse.cdt.core.ICExtensionReference; import org.eclipse.cdt.core.ICExtensionReference;
import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.PlatformObject;
public abstract class InternalCExtension { public abstract class InternalCExtension extends PlatformObject {
private IProject project; private IProject project;
private ICExtensionReference extensionRef; private ICExtensionReference extensionRef;