dbertoni    2003/05/09 08:59:45

  Modified:    c/src/XSLT NamespacesHandler.hpp
  Log:
  Added export macros for zOS.
  
  Revision  Changes    Path
  1.18      +2 -2      xml-xalan/c/src/XSLT/NamespacesHandler.hpp
  
  Index: NamespacesHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/NamespacesHandler.hpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- NamespacesHandler.hpp     25 Nov 2002 18:11:52 -0000      1.17
  +++ NamespacesHandler.hpp     9 May 2003 15:59:45 -0000       1.18
  @@ -109,7 +109,7 @@
                isActive(const XalanDOMString&  thePrefix) const = 0;
        };
   
  -     class Namespace
  +     class XALAN_XSLT_EXPORT Namespace
        {
        public:
   
  @@ -186,7 +186,7 @@
                const XalanDOMString*   m_uri;
        };
   
  -     class NamespaceExtended : public Namespace
  +     class XALAN_XSLT_EXPORT NamespaceExtended : public Namespace
        {
        public:
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to