//==================================================================================================
// D a t a _ s t r u c t u r e                                                            Interface
// E x t e n s i o n
//                                                                                By Bruno Bachelet
//==================================================================================================
// Copyright (c) 1999-2016
// Bruno Bachelet - bruno@nawouak.net - http://www.nawouak.net
//
// This file is part of the B++ Library. This library is free software; you can redistribute it
// and/or modify it under the terms of the GNU Library General Public License as published by the
// Free Software Foundation; either version 2 of the License, or (at your option) any later
// version.
//
// This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
// the GNU Library General Public License for more details (http://www.gnu.org).

/*DESCRIPTION*/
/* This module provides facilities to manage extensions on Java containers, i.e. additional
   properties can be added to the objects of a container. */

// File Name //-------------------------------------------------------------------------------------
#line __LINE__ "data_structure/extension.hpp"

// End //-------------------------------------------------------------------------------------------