Revision: 31
Author: adamluk
Date: 2006-03-06 16:08:53 -0800 (Mon, 06 Mar 2006)
ViewCVS: http://svn.sourceforge.net/g3l/?rev=31&view=rev
Log Message:
-----------
Removed Paths:
-------------
src/trunk/source/G3L_ENGINE/g3l_algorithms.h
Deleted: src/trunk/source/G3L_ENGINE/g3l_algorithms.h
===================================================================
--- src/trunk/source/G3L_ENGINE/g3l_algorithms.h 2006-03-06 23:42:10 UTC (rev 30)
+++ src/trunk/source/G3L_ENGINE/g3l_algorithms.h 2006-03-07 00:08:53 UTC (rev 31)
@@ -1,40 +0,0 @@
-/*
- * 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 name <em...@ad...>
- * @copyright Copyright (c) 2005 G3L Dev Team.
- * @licence GPL
- * @version 1.00.0a
- * @category G3L_ENGINE
- * @package G3L
- * @todo none
- * @date 00/00/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.
|