blob: c4a3b62385b6079e265c292bd645e0b6d9d2a375 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.internal.debug.sdm.core;
import org.eclipse.ptp.internal.debug.core.pdi.event.AbstractEventFactory;
public class SDMEventFactory extends AbstractEventFactory {
}