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