www.pudn.com > GDIyuvplayer.rar > irQueue.cpp


// irQueue.cpp: implementation of the CirQueue class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "YUVPlayer.h" 
#include "irQueue.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CirQueue::CirQueue() 
{ 
 
} 
 
CirQueue::~CirQueue() 
{ 
 
}