45 #ifndef __WTX_CALENDARITEM_H___ 46 #define __WTX_CALENDARITEM_H___ 50 #include <Wt/Dbo/Dbo.h> 57 :
public Wt::Dbo::Dbo<Item>
61 template <
class Action>
void persist( Action & a )
63 Wt::Dbo::field( a, source,
"source" );
64 Wt::Dbo::field( a, dateStart,
"dateStart" );
65 Wt::Dbo::field( a, dateStop,
"dateStop" );
66 Wt::Dbo::field( a, timeStart,
"timeStart" );
67 Wt::Dbo::field( a, timeStop,
"timeStop" );
68 Wt::Dbo::field( a, subject,
"subject" );
69 Wt::Dbo::field( a, body,
"body" );
92 #endif // #ifndef __WTX_CALENDARITEM_H___