CUT_FIFO_Queue Destructor RETURN: none ************************************************/
| 52 | none |
| 53 | ************************************************/ |
| 54 | CUT_FIFO_Queue::~CUT_FIFO_Queue() { |
| 55 | |
| 56 | if(m_pbBuffer != NULL) |
| 57 | delete [] m_pbBuffer; |
| 58 | } |
| 59 | |
| 60 | /*********************************************** |
| 61 | GetDataSize |
nothing calls this directly
no outgoing calls
no test coverage detected