uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl
branchRCL_3
changeset 16 58df6de9b7bc
parent 11 46927d61fef3
equal deleted inserted replaced
15:4815a56da23d 16:58df6de9b7bc
    58 inline TUint CGOomRunPluginConfig::TargetApp() const
    58 inline TUint CGOomRunPluginConfig::TargetApp() const
    59     {
    59     {
    60     return iTargetAppId;
    60     return iTargetAppId;
    61     }
    61     }
    62 
    62 
       
    63 inline void CGOomRunPluginConfig::SetSwRend(TBool aSwRend)
       
    64     {
       
    65     iSwRenderingSupported = aSwRend;
       
    66     }
       
    67 
       
    68 inline TBool CGOomRunPluginConfig::IsSwRendSupported()
       
    69     {
       
    70     return iSwRenderingSupported;
       
    71     }
    63 #endif /*GOOMRUNPLUGINCONFIGINL_H_*/
    72 #endif /*GOOMRUNPLUGINCONFIGINL_H_*/