Moved WEEK class to own file. Renamed to Week and adapted to I2n code style. Adapted...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 28 Jan 2009 14:00:07 +0000 (15:00 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 28 Jan 2009 14:00:07 +0000 (15:00 +0100)
commit0c7e72d719bdea3b7e9cae8ad46e50ebe1b672ba
treeca506a7318a6c438061b6d750e90d8906aaff772
parentfd6d9c593a30560c5d7027e42294a9e088be82c8
Moved WEEK class to own file. Renamed to Week and adapted to I2n code style. Adapted all client code. Added Week::is_valid(). Made constructor more exception safe.
src/Makefile.am
src/cron.cpp
src/cron.hpp
src/timefunc.cpp
src/timefunc.hxx
src/week.cpp [new file with mode: 0644]
src/week.hpp [new file with mode: 0644]
test/test_cron.cpp