equal
deleted
inserted
replaced
86 DEBUG_PRINTF("CMediaClientPolicyServerClient::IgnoreProcess +++"); |
86 DEBUG_PRINTF("CMediaClientPolicyServerClient::IgnoreProcess +++"); |
87 |
87 |
88 TBool ignore = ( |
88 TBool ignore = ( |
89 (aId == 0x10281EF2) || // aknnfysrv |
89 (aId == 0x10281EF2) || // aknnfysrv |
90 (aId == 0x10207218) || // akncapserver |
90 (aId == 0x10207218) || // akncapserver |
91 (aId == 0x10003a4a) // eiksrvs |
91 (aId == 0x10003a4a) || // eiksrvs |
|
92 (aId == 0x20022FC5) // Hbdevicedialogappserver |
92 ); |
93 ); |
93 |
94 |
94 DEBUG_PRINTF2("CMediaClientPolicyServerClient::IgnoreProcess --- return %d", ignore); |
95 DEBUG_PRINTF2("CMediaClientPolicyServerClient::IgnoreProcess --- return %d", ignore); |
95 return ignore; |
96 return ignore; |
96 } |
97 } |