Commit 9febbe6e authored by dickelbeck's avatar dickelbeck
Browse files

evolution

parent e6239e74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ email address.
================================================================================
+ administrative
    Added copyright.h as a proposed copyright header for Mr. Charras's review.
    Added uncrustify.cfg the configuration program for "uncrustify" C++ beautifier.
    Added uncrustify.cfg, the configuration file for the "uncrustify" C++ beautifier.


2007-Aug-20 UPDATE   Dick Hollenbeck <dick@softplc.com>
+0 −8
Original line number Diff line number Diff line
@@ -197,14 +197,6 @@ public:
    }


    ~ARROWCOLLECTOR()
    {
        // empty list2nd so that ~list2nd() does not try and delete all
        // the objects that it holds, it is not the owner of such objects
        // and this prevents a double free()ing.
        Empty2nd();
    }

    void Empty2nd()
    {
        list2nd.clear();