diff --git a/src/xercesc/framework/psvi/XSValue.hpp b/src/xercesc/framework/psvi/XSValue.hpp
index 78bc0730a74eef19e60afc96ba402d890e9a8977..d1d912bdad4464d02291488a1203c6341a1fc352 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: