[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/c/src/util RefHash2KeysTableOf.hpp RefHash3KeysIdPool.hpp
From:       jasons () apache ! org
Date:       2001-12-22 1:06:08
[Download RAW message or body]

jasons      01/12/21 17:06:08

  Modified:    c/src/util RefHash2KeysTableOf.hpp RefHash3KeysIdPool.hpp
  Log:
  Made the destructors virtual for:
  
  * ~RefHash2KeysTableOfEnumerator
  * ~RefHash3KeysIdPoolEnumerator
  
  This fixes bug #5514
  
  Revision  Changes    Path
  1.4       +4 -1      xml-xerces/c/src/util/RefHash2KeysTableOf.hpp
  
  Index: RefHash2KeysTableOf.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/RefHash2KeysTableOf.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RefHash2KeysTableOf.hpp	2001/06/04 13:45:03	1.3
  +++ RefHash2KeysTableOf.hpp	2001/12/22 01:06:08	1.4
  @@ -56,6 +56,14 @@
   
   /*
    * $Log: RefHash2KeysTableOf.hpp,v $
  + * Revision 1.4  2001/12/22 01:06:08  jasons
  + * Made the destructors virtual for:
  + *
  + * * ~RefHash2KeysTableOfEnumerator
  + * * ~RefHash3KeysIdPoolEnumerator
  + *
  + * This fixes bug #5514
  + *
    * Revision 1.3  2001/06/04 13:45:03  tng
    * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
    *
  @@ -206,7 +214,7 @@
       //  Constructors and Destructor
       // -----------------------------------------------------------------------
       RefHash2KeysTableOfEnumerator(RefHash2KeysTableOf<TVal>* const toEnum, const bool adopt = false);
  -    ~RefHash2KeysTableOfEnumerator();
  +    virtual ~RefHash2KeysTableOfEnumerator();
   
   
       // -----------------------------------------------------------------------
  
  
  
  1.4       +4 -1      xml-xerces/c/src/util/RefHash3KeysIdPool.hpp
  
  Index: RefHash3KeysIdPool.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/RefHash3KeysIdPool.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RefHash3KeysIdPool.hpp	2001/06/04 13:45:04	1.3
  +++ RefHash3KeysIdPool.hpp	2001/12/22 01:06:08	1.4
  @@ -56,6 +56,14 @@
   
   /*
    * $Log: RefHash3KeysIdPool.hpp,v $
  + * Revision 1.4  2001/12/22 01:06:08  jasons
  + * Made the destructors virtual for:
  + *
  + * * ~RefHash2KeysTableOfEnumerator
  + * * ~RefHash3KeysIdPoolEnumerator
  + *
  + * This fixes bug #5514
  + *
    * Revision 1.3  2001/06/04 13:45:04  tng
    * The "hash" argument clashes with STL hash.  Fixed by Pei Yong Zhang.
    *
  @@ -250,7 +258,7 @@
       //  Constructors and Destructor
       // -----------------------------------------------------------------------
       RefHash3KeysIdPoolEnumerator(RefHash3KeysIdPool<TVal>* const toEnum, const bool adopt = false);
  -    ~RefHash3KeysIdPoolEnumerator();
  +    virtual ~RefHash3KeysIdPoolEnumerator();
   
   
       // -----------------------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic