Database: Added ::getDatafile

This commit is contained in:
Paul Beckingham 2016-04-17 07:44:07 -04:00
parent 7ce9f882b1
commit 843865b5ee
2 changed files with 12 additions and 5 deletions

View file

@ -54,7 +54,7 @@ public:
private:
std::string currentDataFile () const;
void createDatafileIfNecessary (int, int);
unsigned int getDatafile (int, int);
std::vector <Daterange> segmentRange (const Daterange&);
private: