|
From: <ad...@us...> - 2006-03-07 00:10:27
|
Revision: 33 Author: adamluk Date: 2006-03-06 16:10:21 -0800 (Mon, 06 Mar 2006) ViewCVS: http://svn.sourceforge.net/g3l/?rev=33&view=rev Log Message: ----------- Added Paths: ----------- src/trunk/include/G3L_ENGINE/g3l_algorithms.h Added: src/trunk/include/G3L_ENGINE/g3l_algorithms.h =================================================================== --- src/trunk/include/G3L_ENGINE/g3l_algorithms.h (rev 0) +++ src/trunk/include/G3L_ENGINE/g3l_algorithms.h 2006-03-07 00:10:21 UTC (rev 33) @@ -0,0 +1,39 @@ +/* + * G3L - Generation Three Language + * The New Modern Programming Language + * + * http://www.G3L.net + * g3l...@li... + * + * This project is released under the terms of the GNU General Public Licence. + * You can Read the license here: http://www.gnu.org/licenses/gpl.html +/* + +/* + * Short Description + * + * @author Adam Livesley <ada...@gm...> + * @copyright Copyright (c) 2005 G3L Dev Team. + * @licence GPL + * @version 1.00.0a + * @category G3L_ENGINE + * @package G3L + * @todo none + * @date 06/03/06 + */ + +#ifndef G3L_ALGORITHMS_INC +#define G3L_ALGORITHMS_INC + +#include "g3l_base.h" + +template<class T> +G3L_API class G3L_Algorithms : public G3L_Base +{ + G3L_Algorithms(); + ~G3L_Algorithms(); +}; + + +#endif /*G3L_ALGORITHMS*/ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |