Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-11-18 21:08:58 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-11-18 21:08:58 +0400
commitc8f19220e99131ee4e2fe5f2f6608f90e4206b18 (patch)
treee5173cdb920dd0f75c6aa12dfb323d6436804da0 /OnDiskPt/OnDiskWrapper.h
parent1accc75d14829ca5545d58635c316a06d98ce6aa (diff)
replace CHECK with UTIL_THROW_IFin OnDiskPt
Diffstat (limited to 'OnDiskPt/OnDiskWrapper.h')
-rw-r--r--OnDiskPt/OnDiskWrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OnDiskPt/OnDiskWrapper.h b/OnDiskPt/OnDiskWrapper.h
index e911689b3..6640f33ee 100644
--- a/OnDiskPt/OnDiskWrapper.h
+++ b/OnDiskPt/OnDiskWrapper.h
@@ -55,9 +55,9 @@ public:
OnDiskWrapper();
~OnDiskWrapper();
- bool BeginLoad(const std::string &filePath);
+ void BeginLoad(const std::string &filePath);
- bool BeginSave(const std::string &filePath
+ void BeginSave(const std::string &filePath
, int numSourceFactors, int numTargetFactors, int numScores);
void EndSave();