presetserver/clientinc/pspresetinterface.h
branchGCC_SURGE
changeset 13 c9471d26c7f2
parent 12 608f67c22514
equal deleted inserted replaced
9:bfc95e24a059 13:c9471d26c7f2
    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;