dbertoni 02/04/11 21:45:03 Modified: c/src/DOMSupport DOMServices.cpp Log: Added missing definition and initialization. Revision Changes Path 1.36 +1 -1 xml-xalan/c/src/DOMSupport/DOMServices.cpp Index: DOMServices.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/DOMSupport/DOMServices.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- DOMServices.cpp 4 Apr 2002 06:17:52 -0000 1.35 +++ DOMServices.cpp 12 Apr 2002 04:45:03 -0000 1.36 @@ -132,7 +132,7 @@ const XalanDOMString::size_type& DOMServices::s_XMLNamespaceLength = ::s_XMLNamespaceLength; const XalanDOMString::size_type& DOMServices::s_XMLNamespaceWithSeparatorLength = ::s_XMLNamespaceWithSeparatorLength; const XalanDOMString::size_type& DOMServices::s_XMLNamespaceSeparatorStringLength = ::s_XMLNamespaceSeparatorStringLength; - +const XalanDOMString::size_type& DOMServices::s_XMLNamespacePrefixURILength = ::s_XMLNamespacePrefixURILength; DOMServices::WhitespaceSupport::WhitespaceSupport()
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
