blob: 5d45278f658c56aa64ba85803fcf9b3c0d55c475 [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi;
/**
*
* Represents an information provided by the session when a step command
* is completed.
*
* @since Jul 10, 2002
*/
public interface ICDIEndSteppingRange extends ICDISessionObject {
}