uiacceltk/hitchcock/goommonitor/inc/goomrunpluginconfig.inl
branchRCL_3
changeset 11 46927d61fef3
parent 0 15bf7259bb7c
equal deleted inserted replaced
10:88b23e2e82e1 11:46927d61fef3
    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_*/