textinput/peninputarc/src/peninputclient/peninputclient.cpp
branchRCL_3
changeset 22 bd83ceabce89
parent 21 ecbabf52600f
--- a/textinput/peninputarc/src/peninputclient/peninputclient.cpp	Wed Sep 01 12:23:33 2010 +0100
+++ b/textinput/peninputarc/src/peninputclient/peninputclient.cpp	Tue Sep 14 21:59:06 2010 +0300
@@ -509,5 +509,18 @@
     {
 	iSingletonServer->EnablePriorityChangeOnOriChange(aEnabled);
 	}	
+
+// ---------------------------------------------------------------------------
+// Enable or disable transition effect.
+// ---------------------------------------------------------------------------
+//  
+EXPORT_C void RPeninputServer::EnableGfxTransEffect( TBool aEnable )
+    {
+    if ( iSingletonServer )
+        {
+        iSingletonServer->EnableGfxTransEffect( aEnable );
+        }
+    }
+
 //end of class RPeninputServer
 // End of File