blob: 1b488a9a27f77e4e6ed3607f8367684db7f67dc1 [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.model;
import org.eclipse.core.runtime.IPath;
/**
* Enter type comment.
*
* @since: Nov 4, 2002
*/
public interface IGlobalVariable
{
String getName();
IPath getPath();
}