khronosfws/openmax_al/src/mmf_adaptation/xangavideosink.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
--- a/khronosfws/openmax_al/src/mmf_adaptation/xangavideosink.h	Mon May 03 12:59:52 2010 +0300
+++ b/khronosfws/openmax_al/src/mmf_adaptation/xangavideosink.h	Fri May 14 16:22:35 2010 +0300
@@ -35,7 +35,7 @@
 #include <mediaclientvideodisplay.h>
 #endif
 
-class CNgaVideoSink : public CBase,
+NONSHARABLE_CLASS(CNgaVideoSink) : public CBase,
                       public CActive
     {
 public:
@@ -50,7 +50,7 @@
     virtual void RunL();
     virtual void DoCancel();
     void Activate();
-
+    void RemoveWindow();
     void CompleteRequest(TInt status = KErrNone);    
     
 private:
@@ -97,4 +97,4 @@
 
 #endif /* __cplusplus */
 
-#endif /* XA_CNGAVIDEOSINK_H */
\ No newline at end of file
+#endif /* XA_CNGAVIDEOSINK_H */