diff -r 80975da52420 -r 4a629bc82c5e 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 Apr 30 19:18:45 2010 -0500 @@ -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 */