dbertoni 2005/05/04 21:12:57
Modified: c/src/xercesc/framework XMLBuffer.hpp
Log:
Fix for Jira issue XERCESC-1416
Revision Changes Path
1.10 +5 -0 xml-xerces/c/src/xercesc/framework/XMLBuffer.hpp
Index: XMLBuffer.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLBuffer.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XMLBuffer.hpp 13 Dec 2004 16:36:43 -0000 1.9
+++ XMLBuffer.hpp 5 May 2005 04:12:57 -0000 1.10
@@ -16,6 +16,9 @@
/*
* $Log$
+ * Revision 1.10 2005/05/05 04:12:57 dbertoni
+ * Fix for Jira issue XERCESC-1416
+ *
* Revision 1.9 2004/12/13 16:36:43 cargilld
* Performance improvement from Christian Will and bug fix from David
Bertoni.
*
@@ -314,6 +317,8 @@
{
public :
+ virtual ~XMLBufferFullHandler() {}
+
/**
* Callback method, intended to allow clients of an XMLBuffer which has
* become full to empty it appropriately.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]