X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FDate.hh;h=1a578a4c96e1b77f8e0d6141a0106ef68adf558d;hb=af26b84b20b6d9d0e0ce690e8011a037e87dc5c8;hp=2a1015ca83c707f837051d4a01f631263dde7dd6;hpb=af341b7dfafac0912f513879565ebd856aa77915;p=lib1wire.git diff --git a/src/Date.hh b/src/Date.hh index 2a1015c..1a578a4 100644 --- a/src/Date.hh +++ b/src/Date.hh @@ -23,8 +23,10 @@ namespace plp { virtual ~Date(); void printout(); bool is_leap_year(); - void tomorrow(); void next_hour(); + void next_day(); + void next_month(); + void next_year(); void inc_minutes(int minutes); void inc_seconds(int seconds); Date *clone();