tstaskmonitor/client/s60/inc/tssession.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
--- a/tstaskmonitor/client/s60/inc/tssession.h	Wed Jun 23 18:33:40 2010 +0300
+++ b/tstaskmonitor/client/s60/inc/tssession.h	Tue Jul 06 14:37:10 2010 +0300
@@ -20,7 +20,7 @@
 #include <e32base.h>
 
 #include "tstaskmonitorglobals.h"
-#include "tsfswentry.h"
+#include "tsentry.h"
 
 NONSHARABLE_CLASS( RTsSession ) : public RSessionBase
 {
@@ -35,7 +35,8 @@
 public: // screenshots API
     TInt RegisterScreenshot(CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority);
     void RegisterScreenshot(TRequestStatus &status, CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority);
-    TInt UnregisterScreenshot(TInt wgId);    
+    TInt UnregisterScreenshot(TInt wgId);
+    TInt SetVisibility(TInt wgId, Visibility value);
     
 private:
     TInt StartServer();