- Removed ::isRelativeDate and instead used namedDates. Which is better.
This commit is contained in:
Paul Beckingham 2014-06-15 22:28:46 -04:00
parent 67d85b484b
commit ea2405330f
2 changed files with 8 additions and 314 deletions

View file

@ -109,11 +109,8 @@ public:
void operator++ (); // Prefix
void operator++ (int); // Postfix
static const std::vector <std::string> get_relatives ();
private:
bool isEpoch (const std::string&);
bool isRelativeDate (const std::string&);
protected:
time_t _t;