tstaskmonitor/client/s60/src/tsscreenshotclientimpl.cpp
changeset 104 9b022b1f357c
parent 83 156f692b1687
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    60 
    60 
    61 TInt CTsScreenshotClientImpl::UnregisterScreenshot(TInt wgId)
    61 TInt CTsScreenshotClientImpl::UnregisterScreenshot(TInt wgId)
    62 {
    62 {
    63     return iSession.UnregisterScreenshot(wgId);
    63     return iSession.UnregisterScreenshot(wgId);
    64 }
    64 }
       
    65 
       
    66 TInt CTsScreenshotClientImpl::SetVisibility(TInt wgId, Visibility value)
       
    67 {
       
    68     return iSession.SetVisibility(wgId, value);
       
    69 }