From 01b523c7ce4eb5e692b0dcbec63efac0e8d1e2c7 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Thu, 9 Apr 2015 19:32:12 +0800 Subject: sync --- tools/fileDataProvider.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/fileDataProvider.h') diff --git a/tools/fileDataProvider.h b/tools/fileDataProvider.h index a4cc252..9ce78e6 100644 --- a/tools/fileDataProvider.h +++ b/tools/fileDataProvider.h @@ -11,12 +11,11 @@ private: public: FileDP(std::string fn=""):fname(fn){}; void setFname(std::string fn){fname=fn;}; - virtual int getDataSet(DataSet &out){ + virtual int getDataSet(DataList &out){ return 0; } - virtual int getLabel(Labels &out){ - return 0; - }; + int getDataSet(DataSet &D) {return 0;} + int getLabel(Labels &l) {return 0;} virtual int open(){eof=true;return 0;}; virtual int close(){return 0;}; }; -- cgit v1.2.3-70-g09d2