From c2db825b071974369ab40300210f5ecb933744a6 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 19 Feb 2009 21:08:24 +0100 Subject: make more use of Uncopyable --- dxr3syncbuffer.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dxr3syncbuffer.h') diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 1ed7a83..75b19e0 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -35,8 +35,7 @@ const uint32_t UNKNOWN_DATA_RATE = 0xFFFFFFFF; const uint32_t UNKNOWN_ASPECT_RATIO = 0xFFFFFFFF; // ================================== -class cFixedLengthFrame -{ +class cFixedLengthFrame : private Uncopyable { public: cFixedLengthFrame(); ~cFixedLengthFrame(); @@ -107,11 +106,6 @@ protected: static uint32_t m_staticAudioChannelCount; static uint32_t m_staticAudioDataRate; - -private: - //cFixedLengthFrame(); // you are not allowed to use this constructor - cFixedLengthFrame(cFixedLengthFrame&); // no copy constructor - }; // ================================== -- cgit v1.2.3