presetserver/clientsrc/Pspresetnotifier.cpp
changeset 12 608f67c22514
parent 0 09774dfdd46b
equal deleted inserted replaced
11:f683e24efca3 12:608f67c22514
    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