blob: 5f3db2b35d13785ea3633e5a70f6ff0b6ae163ba [file] [log] [blame]
package org.eclipse.cdt.internal.core.model;
/**
* @author jcamelon
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public interface ICElementWrapper {
public CElement getElement();
public void setElement (CElement item);
}