blob: 26255b1f51d07d49c1c1f18b01a75ee9bbd88d70 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2002,2003 QNX Software Systems Ltd. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v05.html
*
* Contributors:
* QNX Software Systems - Initial API and implementation
***********************************************************************/
package org.eclipse.cdt.core;
import org.eclipse.core.resources.IProject;
public interface ICExtension {
public IProject getProject();
public ICExtensionReference getExtensionReference();
}