| /******************************************************************************* |
| * Copyright (c) 2018 TU Wien/ACIN |
| * This program and the accompanying materials are made available under the |
| * terms of the Eclipse Public License 2.0 which is available at |
| * http://www.eclipse.org/legal/epl-2.0. |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| * |
| * Contributors: |
| * Martin Melik-Merkumians - initial contribution |
| *******************************************************************************/ |
| |
| #ifndef SRC_MODULES_ADS_PROCESSINTERFACE_H_ |
| #define SRC_MODULES_ADS_PROCESSINTERFACE_H_ |
| |
| #include "CAdsProcessInterface.h" |
| |
| typedef forte::ads::CAdsProcessInterface CProcessInterface; |
| |
| #endif /* SRC_MODULES_ADS_PROCESSINTERFACE_H_ */ |