/* | |
* Stack.cpp | |
* | |
* Created on: 24 Oct 2015 | |
* Author: hieu | |
*/ | |
using namespace std; | |
namespace Moses2 | |
{ | |
namespace NSNormal | |
{ | |
Stack::Stack(const Manager &mgr) : | |
HypothesisColl(mgr) | |
{ | |
// TODO Auto-generated constructor stub | |
} | |
Stack::~Stack() | |
{ | |
// TODO Auto-generated destructor stub | |
} | |
} | |
} | |