uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl
changeset 19 f5bac0badc7e
parent 0 15bf7259bb7c
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
    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_*/