dbertoni    02/04/11 21:45:54

  Modified:    c/src/PlatformSupport AttributeVectorEntry.hpp
                        AttributeVectorEntryExtended.hpp
  Log:
  Made destructors virtual
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xalan/c/src/PlatformSupport/AttributeVectorEntry.hpp
  
  Index: AttributeVectorEntry.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/AttributeVectorEntry.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttributeVectorEntry.hpp  29 Mar 2001 22:09:44 -0000      1.1
  +++ AttributeVectorEntry.hpp  12 Apr 2002 04:45:54 -0000      1.2
  @@ -109,6 +109,7 @@
        {
        }
   
  +    virtual
        ~AttributeVectorEntry()
        {
        }
  
  
  
  1.3       +1 -0      
xml-xalan/c/src/PlatformSupport/AttributeVectorEntryExtended.hpp
  
  Index: AttributeVectorEntryExtended.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/PlatformSupport/AttributeVectorEntryExtended.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AttributeVectorEntryExtended.hpp  17 Apr 2001 14:44:03 -0000      1.2
  +++ AttributeVectorEntryExtended.hpp  12 Apr 2002 04:45:54 -0000      1.3
  @@ -113,6 +113,7 @@
        {
        }
   
  +    virtual
        ~AttributeVectorEntryExtended()
        {
        }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to