uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl
branchRCL_3
changeset 11 46927d61fef3
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl	Wed Mar 31 23:03:58 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl	Wed Apr 14 16:53:50 2010 +0300
@@ -60,4 +60,13 @@
     return iTargetAppId;
     }
 
+inline void CGOomRunPluginConfig::SetSwRend(TBool aSwRend)
+    {
+    iSwRenderingSupported = aSwRend;
+    }
+
+inline TBool CGOomRunPluginConfig::IsSwRendSupported()
+    {
+    return iSwRenderingSupported;
+    }
 #endif /*GOOMRUNPLUGINCONFIGINL_H_*/