1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

New SessionObject for suspend on shared events.

This commit is contained in:
Alain Magloire 2003-08-19 02:00:42 +00:00
parent 5a2f61e463
commit 15e427d9ff

View file

@ -0,0 +1,18 @@
/*
*(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 the program
* stopped by a shared libary event.
*
* @since Aug 18, 2003
*/
public interface ICDISharedLibraryEvent extends ICDISessionObject {
}