tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h
changeset 99 7aaf39b772ac
parent 96 5d243a69bdda
--- a/tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h	Fri Jun 11 16:13:51 2010 +0300
+++ b/tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h	Thu Jun 24 16:18:29 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();