From e705868144ce6011164bce28aa1373eff0a4f97c Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Thu, 12 Aug 2004 14:24:34 +0000 Subject: [PATCH] HP aCC A.03 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175988 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/framework/psvi/XSValue.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/xercesc/framework/psvi/XSValue.hpp b/src/xercesc/framework/psvi/XSValue.hpp index 78bc0730a..d1d912bda 100644 --- a/src/xercesc/framework/psvi/XSValue.hpp +++ b/src/xercesc/framework/psvi/XSValue.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.3 2004/08/12 14:24:34 peiyongz + * HP aCC A.03 + * * Revision 1.2 2004/08/11 17:06:44 peiyongz * Do not panic if can't create RegEx * @@ -328,10 +331,10 @@ public: } fData; static - void XSValue::reinitMutex(); + void reinitMutex(); static - void XSValue::reinitRegEx(); + void reinitRegEx(); private: -- GitLab