X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FDate.hh;h=f218c9a952c1339a60b173b56457685e83847b2d;hb=4d28d5175f0bd7f930f67b1280d998eddd21ed80;hp=1a578a4c96e1b77f8e0d6141a0106ef68adf558d;hpb=36db98966cfc73303c75879811cdedb472d71a4a;p=lib1wire.git diff --git a/src/Date.hh b/src/Date.hh index 1a578a4..f218c9a 100644 --- a/src/Date.hh +++ b/src/Date.hh @@ -23,6 +23,8 @@ namespace plp { virtual ~Date(); void printout(); bool is_leap_year(); + void next_second(); + void next_min(); void next_hour(); void next_day(); void next_month();