blob: 1c06dc0804f9f957004d6d9716bbb8471657f96b [file] [log] [blame]
/*
*
*/
package org.eclipse.cdt.debug.mi.core.cdi;
import org.eclipse.cdt.debug.core.cdi.ICDISharedLibraryEvent;
/**
*
*/
public class SharedLibraryEvent extends SessionObject implements ICDISharedLibraryEvent {
public SharedLibraryEvent(Session session) {
super(session);
}
}