equal
deleted
inserted
replaced
56 |
56 |
57 /** |
57 /** |
58 * The controller handles events from the rest of Calendar and delegates |
58 * The controller handles events from the rest of Calendar and delegates |
59 * them to the appropriate place (i.e. the action ui classes). |
59 * them to the appropriate place (i.e. the action ui classes). |
60 */ |
60 */ |
61 class CALENCONTROLLER_EXPORT CCalenController : public CBase , |
61 class CALENCONTROLLER_EXPORT CCalenController : public MCalenServicesFactory |
62 public MCalenServicesFactory |
|
63 { |
62 { |
64 |
63 |
65 public: // Construction and destruction |
64 public: // Construction and destruction |
66 /** |
65 /** |
67 * C++ constructor |
66 * C++ constructor |