/* -*- Base: 10 ; Mode: C++ -*- */
/*------------------------------------------------------------------------
**
FOST project
**
--------------------------------------------------------------------------
--------------------------------------------------------------------------
FILE LOG
$Revision: 1.3 $ $Date: 2012-06-15 13:04:37 $
--------------------------------------------------------------------------
CREATION
F.CASIMIR
SUMMARY
DESCRIPTION
The main function performs the following actions :
------------------------------------------------------------------------*/
//=============================================================================
//
// History of code
//
// creation
//
// modification
//=============================================================================
#ifndef _CTHREADDEQUE_HH_
#define _CTHREADDEQUE_HH_ 1
#include
#include
/**
*/
//=============================================================================
// Class CThreadDeque
//=============================================================================
/**
* @brief thread salfe std::deque of object
*
* @details manage a deque of any object
*/
template< class Object>
class CThreadDeque
{
public:
typedef std::deque