blob: 457787a381ea33a5b60e3d7fe178f66d27b81920 [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.model;
/**
*
* Represents a break condition.
*
* @since Jul 9, 2002
*/
public interface ICDIRegisterObject extends ICDIVariableObject {
}