//------------------------------------------------------------------------
// Summary:
// This is helper class designed to manage a set of strings
//------------------------------------------------------------------------
class _EXT_CLASS CFooStringsManager
{
//{{AFX_CFOO_PRIVATE
friend class CFooEditBufferManager;
//}}AFX_CFOO_PRIVATE
public:

//----------------------------------------------------------------------
// Summary:
// Default object constructor.
//----------------------------------------------------------------------
CFooEditStringsManager();

//----------------------------------------------------------------------
// Summary:
// Default object destructor. Handles cleanup and deallocation
//----------------------------------------------------------------------
virtual ~CFooEditStringsManager();