equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef C_CPSPRESETINTERFACE_H |
19 #ifndef C_CPSPRESETINTERFACE_H |
20 #define C_CPSPRESETINTERFACE_H |
20 #define C_CPSPRESETINTERFACE_H |
21 |
21 |
22 #include <pspresetobserver.h> |
22 #include "pspresetobserver.h" |
23 #include <pstransaction.h> |
23 #include "pstransaction.h" |
24 |
24 |
25 const TUid KPSPresetInterface = { 0x10281CB6 }; /**< The ECOM interface UID for preset plugins. */ |
25 const TUid KPSPresetInterface = { 0x10281CB6 }; /**< The ECOM interface UID for preset plugins. */ |
26 |
26 |
27 class CPSPresetNotifier; |
27 class CPSPresetNotifier; |
28 class CPSPresetTransaction; |
28 class CPSPresetTransaction; |