diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-03-11 00:55:41 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-03-11 00:55:41 +0800 |
commit | f6c22b46449fa77f90e319e4b159ccb6c2a5732b (patch) | |
tree | bc38dde03ffa5cb3c2fea9f5fefff0b990de405b /tools/fileDataProvider.h | |
parent | 3d204f5fe4614624ca342090feecbfe4df188d9d (diff) | |
download | ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.tar.gz ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.tar.bz2 ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.zip |
restructure, changed label type
Diffstat (limited to 'tools/fileDataProvider.h')
-rw-r--r-- | tools/fileDataProvider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/fileDataProvider.h b/tools/fileDataProvider.h index 8a499ca..a4cc252 100644 --- a/tools/fileDataProvider.h +++ b/tools/fileDataProvider.h @@ -18,6 +18,7 @@ public: return 0; }; virtual int open(){eof=true;return 0;}; + virtual int close(){return 0;}; }; #endif
\ No newline at end of file |