blob: f76346e20e4bacd40a64357e73fa5f383f5583e7 [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.model.type;
/**
*/
public interface ICDIBoolType extends ICDIIntegralType {
}