Added preliminary DocumentHandler.h

Added changes from Bob Miller (kbob@oblix.com) which fix some
memory leaks.


git-svn-id: svn://10.0.0.236/trunk@54473 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kvisco%ziplink.net
1999-11-25 03:03:07 +00:00
parent 5248ab48c8
commit 30da73de36
10 changed files with 248 additions and 26 deletions

View File

@@ -20,14 +20,16 @@
* Contributor(s):
* Keith Visco, kvisco@ziplink.net
* -- original author.
* Bob Miller, kbob@oblix.com
* -- plugged core leak.
*
* $Id: StringList.h,v 1.2 1999-11-15 07:12:42 nisheeth%netscape.com Exp $
* $Id: StringList.h,v 1.3 1999-11-25 03:03:03 kvisco%ziplink.net Exp $
*/
/**
* A class for keeping an ordered list of Strings
* @author <a href="mailto:kvisco@ziplink.net">Keith Visco</a>
* @version $Revision: 1.2 $ $Date: 1999-11-15 07:12:42 $
* @version $Revision: 1.3 $ $Date: 1999-11-25 03:03:03 $
**/
#include "String.h"
@@ -61,7 +63,7 @@ class StringList {
/**
* Returns a StringListIterator for this StringList
**/
StringListIterator& iterator();
StringListIterator iterator();
/**
* Adds the given String to the list