equal
deleted
inserted
replaced
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <ecom/ecom.h> |
24 #include <ecom/ecom.h> |
25 |
25 |
26 // CONSTANTS |
26 // CONSTANTS |
27 const TUid KCalenCustomisationInterfaceUid = { 0x2018336F }; |
27 const TUid KCalenCustomisationInterfaceUid = { 0x2002EA3B }; |
28 |
28 |
29 // FORWARD DECLARATIONS |
29 // FORWARD DECLARATIONS |
30 class CalenView; |
30 class CalenView; |
31 class MCalenServices; |
31 class MCalenServices; |
32 class MCalenCommandHandler; |
32 class MCalenCommandHandler; |