tstaskmonitor/client/s60/src/tsscreenshotclientimpl.cpp
changeset 104 9b022b1f357c
parent 83 156f692b1687
--- a/tstaskmonitor/client/s60/src/tsscreenshotclientimpl.cpp	Wed Jun 23 18:33:40 2010 +0300
+++ b/tstaskmonitor/client/s60/src/tsscreenshotclientimpl.cpp	Tue Jul 06 14:37:10 2010 +0300
@@ -62,3 +62,8 @@
 {
     return iSession.UnregisterScreenshot(wgId);
 }
+
+TInt CTsScreenshotClientImpl::SetVisibility(TInt wgId, Visibility value)
+{
+    return iSession.SetVisibility(wgId, value);
+}