uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl
changeset 19 f5bac0badc7e
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl	Fri Apr 16 15:56:24 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl	Mon May 03 13:22:43 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_*/