equal
deleted
inserted
replaced
1540 } |
1540 } |
1541 } |
1541 } |
1542 User::RequestComplete(iPendingRequest, aErr); |
1542 User::RequestComplete(iPendingRequest, aErr); |
1543 } |
1543 } |
1544 |
1544 |
|
1545 // --------------------------------------------------------------------------- |
|
1546 // Enable or disable transition effect. |
|
1547 // --------------------------------------------------------------------------- |
|
1548 // |
|
1549 void RPeninputServerImpl::EnableGfxTransEffect( TBool aEnable) |
|
1550 { |
|
1551 TPckg<TBool> msg( aEnable ); |
|
1552 TIpcArgs arg; |
|
1553 arg.Set( KMsgSlot0, &msg ); |
|
1554 SendReceive(EPeninputRequestEnableGfxTransEffect, arg ); |
|
1555 } |
|
1556 |
1545 CWaitingServerAo::CWaitingServerAo(RPeninputServerImpl* aClient) |
1557 CWaitingServerAo::CWaitingServerAo(RPeninputServerImpl* aClient) |
1546 : CActive(CActive::EPriorityStandard), |
1558 : CActive(CActive::EPriorityStandard), |
1547 iClient(aClient) |
1559 iClient(aClient) |
1548 { |
1560 { |
1549 CActiveScheduler::Add(this); |
1561 CActiveScheduler::Add(this); |