amassari 2004/09/14 12:47:30 Modified: c/src/xercesc/util Janitor.c Log: The signature for implementation for ArrayJanitor::reset was not aligned with the declaration (jira#1261) Revision Changes Path 1.7 +4 -1 xml-xerces/c/src/xercesc/util/Janitor.c Index: Janitor.c =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Janitor.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Janitor.c 8 Sep 2004 13:56:22 -0000 1.6 +++ Janitor.c 14 Sep 2004 19:47:30 -0000 1.7 @@ -16,6 +16,9 @@ /** * $Log$ + * Revision 1.7 2004/09/14 19:47:30 amassari + * The signature for implementation for ArrayJanitor::reset was not aligned with the declaration (jira#1261) + * * Revision 1.6 2004/09/08 13:56:22 peiyongz * Apache License Version 2.0 * @@ -214,7 +217,7 @@ } template <class T> void -ArrayJanitor<T>::reset(T* p, MemoryManager* manager) +ArrayJanitor<T>::reset(T* p, MemoryManager* const manager) { if (fData) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]