tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
--- a/tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h	Wed Jun 23 18:33:40 2010 +0300
+++ b/tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h	Tue Jul 06 14:37:10 2010 +0300
@@ -19,6 +19,7 @@
 
 #include <e32base.h>
 
+#include "tstaskmonitorglobals.h"
 #include "tssession.h"
 
 class CFbsBitmap;
@@ -34,6 +35,7 @@
     TInt RegisterScreenshot(CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority);
     void RegisterScreenshot(TRequestStatus &status, CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority);
     TInt UnregisterScreenshot(TInt wgId);
+    TInt SetVisibility(TInt wgId, Visibility value);
 
 private:
     CTsScreenshotClientImpl();