equal
deleted
inserted
replaced
48 * "setters" on any context not from the global data will panic. |
48 * "setters" on any context not from the global data will panic. |
49 */ |
49 */ |
50 CALENCONTEXTIMPL_EXPORT CalenContextImpl( MCalenContextChangeObserver* observer ); |
50 CALENCONTEXTIMPL_EXPORT CalenContextImpl( MCalenContextChangeObserver* observer ); |
51 CALENCONTEXTIMPL_EXPORT CalenContextImpl(); |
51 CALENCONTEXTIMPL_EXPORT CalenContextImpl(); |
52 CALENCONTEXTIMPL_EXPORT CalenContextImpl( const CalenContextImpl& context ); |
52 CALENCONTEXTIMPL_EXPORT CalenContextImpl( const CalenContextImpl& context ); |
53 ~CalenContextImpl(); |
53 CALENCONTEXTIMPL_EXPORT ~CalenContextImpl(); |
54 |
54 |
55 public: // from MCalenContext |
55 public: // from MCalenContext |
56 // Utils |
56 // Utils |
57 /** |
57 /** |
58 * Returns the default time for views. (Normally 8am.) This would be |
58 * Returns the default time for views. (Normally 8am.) This would be |