mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
Added member function GetTranslationTask().
This commit is contained in:
parent
48b3b88c4a
commit
73b5561fe3
@ -177,7 +177,10 @@ public:
|
||||
return m_inputPathQueue;
|
||||
}
|
||||
|
||||
|
||||
ttasksptr GetTranslationTask() const
|
||||
{
|
||||
return m_ttask.lock();
|
||||
}
|
||||
TO_STRING();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user