]> pilppa.org Git - lib1wire.git/blobdiff - src/Date.hh
Several data read and store fixes.
[lib1wire.git] / src / Date.hh
index b2b908d38fbe2532b6b6e45dda778ea8e6ae95c7..2d6fd757723a92d200b61a124383e0e04ba6fc7a 100644 (file)
@@ -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);