textinput/peninputarc/src/peninputclient/penclientimpl.cpp
branchRCL_3
changeset 46 bd83ceabce89
parent 44 ecbabf52600f
child 50 5a1685599b76
--- a/textinput/peninputarc/src/peninputclient/penclientimpl.cpp	Wed Sep 01 12:23:33 2010 +0100
+++ b/textinput/peninputarc/src/peninputclient/penclientimpl.cpp	Tue Sep 14 21:59:06 2010 +0300
@@ -1542,6 +1542,18 @@
     User::RequestComplete(iPendingRequest, aErr);
     }
 
+// ---------------------------------------------------------------------------
+// Enable or disable transition effect.
+// ---------------------------------------------------------------------------
+//
+void RPeninputServerImpl::EnableGfxTransEffect( TBool aEnable)
+    {
+    TPckg<TBool> msg( aEnable );
+    TIpcArgs arg;
+    arg.Set( KMsgSlot0, &msg );    
+    SendReceive(EPeninputRequestEnableGfxTransEffect, arg );  
+    }
+
 CWaitingServerAo::CWaitingServerAo(RPeninputServerImpl* aClient) 
                 : CActive(CActive::EPriorityStandard),
                   iClient(aClient)