Revision: 43934
          http://brlcad.svn.sourceforge.net/brlcad/?rev=43934&view=rev
Author:   davidloman
Date:     2011-03-23 16:37:42 +0000 (Wed, 23 Mar 2011)

Log Message:
-----------
Move some older dev files into an appropriate directory for now.

Added Paths:
-----------
    geomcore/trunk/src/oldstuff/
    geomcore/trunk/src/oldstuff/GED.cxx
    geomcore/trunk/src/oldstuff/GED.h
    geomcore/trunk/src/oldstuff/libGeometry/
    geomcore/trunk/src/oldstuff/libImage/
    geomcore/trunk/src/oldstuff/libNumeric/
    geomcore/trunk/src/oldstuff/libRaytrace/

Removed Paths:
-------------
    geomcore/trunk/src/GE/GED.cxx
    geomcore/trunk/src/GE/GED.h
    geomcore/trunk/src/GE/libGeometry/
    geomcore/trunk/src/GE/libImage/
    geomcore/trunk/src/GE/libNumeric/
    geomcore/trunk/src/GE/libRaytrace/

Deleted: geomcore/trunk/src/GE/GED.cxx
===================================================================
--- geomcore/trunk/src/GE/GED.cxx       2011-03-23 16:33:58 UTC (rev 43933)
+++ geomcore/trunk/src/GE/GED.cxx       2011-03-23 16:37:42 UTC (rev 43934)
@@ -1,42 +0,0 @@
-/*                         G E D . C X X
- * BRL-CAD
- *
- * Copyright (c) 2011 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- */
-/** @file GED.cxx
- *
- * Brief description
- *
- */
-
-#include "GED.h"
-
-GED::GED()
-{}
-
-GED::~GED()
-{}
-
-/*
- * Local Variables:
- * tab-width: 8
- * mode: C
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */

Deleted: geomcore/trunk/src/GE/GED.h
===================================================================
--- geomcore/trunk/src/GE/GED.h 2011-03-23 16:33:58 UTC (rev 43933)
+++ geomcore/trunk/src/GE/GED.h 2011-03-23 16:37:42 UTC (rev 43934)
@@ -1,46 +0,0 @@
-/*                           G E D . H
- * BRL-CAD
- *
- * Copyright (c) 2011 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- */
-/** @file GED.h
- *
- * Brief description
- *
- */
-
-#ifndef __GED_H__
-#define __GED_H__
-
-class GED
-{
-public:
-       GED();
-       virtual ~GED();
-};
-
-#endif /* __GED_H__ *
-
-/*
- * Local Variables:
- * tab-width: 8
- * mode: C
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */

Copied: geomcore/trunk/src/oldstuff/GED.cxx (from rev 43933, 
geomcore/trunk/src/GE/GED.cxx)
===================================================================
--- geomcore/trunk/src/oldstuff/GED.cxx                         (rev 0)
+++ geomcore/trunk/src/oldstuff/GED.cxx 2011-03-23 16:37:42 UTC (rev 43934)
@@ -0,0 +1,42 @@
+/*                         G E D . C X X
+ * BRL-CAD
+ *
+ * Copyright (c) 2011 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file GED.cxx
+ *
+ * Brief description
+ *
+ */
+
+#include "GED.h"
+
+GED::GED()
+{}
+
+GED::~GED()
+{}
+
+/*
+ * Local Variables:
+ * tab-width: 8
+ * mode: C
+ * indent-tabs-mode: t
+ * c-file-style: "stroustrup"
+ * End:
+ * ex: shiftwidth=4 tabstop=8
+ */

Copied: geomcore/trunk/src/oldstuff/GED.h (from rev 43933, 
geomcore/trunk/src/GE/GED.h)
===================================================================
--- geomcore/trunk/src/oldstuff/GED.h                           (rev 0)
+++ geomcore/trunk/src/oldstuff/GED.h   2011-03-23 16:37:42 UTC (rev 43934)
@@ -0,0 +1,46 @@
+/*                           G E D . H
+ * BRL-CAD
+ *
+ * Copyright (c) 2011 United States Government as represented by
+ * the U.S. Army Research Laboratory.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
+ *
+ * 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this file; see the file named COPYING for more
+ * information.
+ */
+/** @file GED.h
+ *
+ * Brief description
+ *
+ */
+
+#ifndef __GED_H__
+#define __GED_H__
+
+class GED
+{
+public:
+       GED();
+       virtual ~GED();
+};
+
+#endif /* __GED_H__ *
+
+/*
+ * Local Variables:
+ * tab-width: 8
+ * mode: C
+ * indent-tabs-mode: t
+ * c-file-style: "stroustrup"
+ * End:
+ * ex: shiftwidth=4 tabstop=8
+ */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to