blob: ddb9ed278fb21aa394c698f6e3686d422b3fa13b [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.sourcelookup;
import org.eclipse.core.resources.IProject;
/**
*
* Enter type comment.
*
* @since Dec 24, 2002
*/
public interface IProjectSourceLocation extends ICSourceLocation
{
IProject getProject();
boolean isGeneric();
}