blob: 4d3b008273e939cb4dd23fe822287d9122a58f3a [file] [log] [blame]
/***********************************************************************************************************************
* Copyright (c) 2010 Attensity Europe GmbH. 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
**********************************************************************************************************************/
package org.eclipse.smila.processing.designer.ui.adapters;
import org.eclipse.bpel.ui.adapters.ActivityAdapter;
/**
* Adapter for {@link org.eclipse.smila.processing.designer.model.processor.InvokeService} instances.
*
* Copyright (c) 2010 Attensity Europe GmbH
*
* @author Tobias Liefke
*/
public class InvokeServiceAdapter extends ActivityAdapter {
// Tagging class for now
}