Database: Implemented ::getAllIntervals

This commit is contained in:
Paul Beckingham 2016-03-22 00:21:54 -04:00
parent 10d5ad2816
commit 90525013a3
2 changed files with 17 additions and 0 deletions

View file

@ -40,6 +40,7 @@ public:
void commit ();
Interval getLatestInterval ();
std::vector <Interval> getAllIntervals ();
void addExclusion (const std::string&);
void addInterval (const Interval&);