X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FDate.hh;h=2d6fd757723a92d200b61a124383e0e04ba6fc7a;hb=dcc5fd94e2ec65898dd8bda440cb0539e1f60373;hp=b2b908d38fbe2532b6b6e45dda778ea8e6ae95c7;hpb=8c97cbb9b5f8997fe9ab3917fcbea66d74b45837;p=lib1wire.git diff --git a/src/Date.hh b/src/Date.hh index b2b908d..2d6fd75 100644 --- a/src/Date.hh +++ b/src/Date.hh @@ -24,6 +24,9 @@ namespace plp { void printout(); bool is_leap_year(); void tomorrow(); + void next_hour(); + void inc_minutes(int minutes); + void inc_seconds(int seconds); Date *clone(); void copy(Date *date); bool before(Date date2);