Skip to content

Commit

Permalink
TODO标记
Browse files Browse the repository at this point in the history
  • Loading branch information
tkorays committed May 19, 2014
1 parent 2f11b98 commit 537dd81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions face/FaceStorage_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ bool FaceStorage::save(const string filename) {
doc->Clear(); // free memory
return status;
}
// TODO: do not know it's necessery
Face FaceStorage::getFaceById(int id){
return Face();
}
// TODO: do not know it's necessery
Face FaceStorage::getFaceByName(string name){
return Face();
}
Expand Down

0 comments on commit 537dd81

Please sign in to comment.