diff -r 80975da52420 -r 43d09473c595 khronosfws/openmax_al/src/mmf_adaptation/xangavideosink.h --- 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 #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 */