mosesdecoder/contrib/other-builds/moses2/InputPathsBase.cpp
2016-04-27 12:31:01 +04:00

21 lines
210 B
C++

/*
* InputPaths.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
#include <iostream>
#include "InputPathsBase.h"
using namespace std;
namespace Moses2
{
InputPathsBase::~InputPathsBase()
{
}
}