presetserver/clientsrc/Pspresetnotifier.cpp
branchGCC_SURGE
changeset 13 c9471d26c7f2
parent 12 608f67c22514
equal deleted inserted replaced
9:bfc95e24a059 13:c9471d26c7f2
    14 * Description:  Implementation of the public preset notifier
    14 * Description:  Implementation of the public preset notifier
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <pspresetnotifier.h>
    19 #include "pspresetnotifier.h"
    20 #include <psserv.h>
    20 #include "psserv.h"
    21 
       
    22 #include "psservnotifier.h"
    21 #include "psservnotifier.h"
    23 
    22 
    24 const TInt KPSDefaultNotifierPriority = CActive::EPriorityLow; // Priority of the non-preset notifiers.
    23 const TInt KPSDefaultNotifierPriority = CActive::EPriorityLow; // Priority of the non-preset notifiers.
    25 const TInt KPSPresetNotifierPriority = CActive::EPriorityStandard; // Priority of the preset notifiers.
    24 const TInt KPSPresetNotifierPriority = CActive::EPriorityStandard; // Priority of the preset notifiers.
    26 
    25