You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/05/10 23:42:57 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeDOMSupport.cpp XalanSourceTreeDOMSupport.hpp

dbertoni    02/05/10 14:42:57

  Modified:    c/src/XalanSourceTree XalanSourceTreeDOMSupport.cpp
                        XalanSourceTreeDOMSupport.hpp
  Log:
  Added new constructor.
  
  Revision  Changes    Path
  1.7       +9 -1      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.cpp
  
  Index: XalanSourceTreeDOMSupport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XalanSourceTreeDOMSupport.cpp	2 Mar 2002 07:18:51 -0000	1.6
  +++ XalanSourceTreeDOMSupport.cpp	10 May 2002 21:42:57 -0000	1.7
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999-2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -85,6 +85,14 @@
   XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport() :
   	DOMSupport(),
   	m_parserLiaison(0)
  +{
  +}
  +
  +
  +
  +XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport(const XalanSourceTreeParserLiaison&	theParserLiaison) :
  +	DOMSupport(),
  +	m_parserLiaison(&theParserLiaison)
   {
   }
   
  
  
  
  1.7       +3 -2      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.hpp
  
  Index: XalanSourceTreeDOMSupport.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XalanSourceTreeDOMSupport.hpp	2 Mar 2002 07:18:51 -0000	1.6
  +++ XalanSourceTreeDOMSupport.hpp	10 May 2002 21:42:57 -0000	1.7
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -76,8 +76,9 @@
   {
   public:
   
  -	explicit
   	XalanSourceTreeDOMSupport();
  +
  +	XalanSourceTreeDOMSupport(const XalanSourceTreeParserLiaison&	theParserLiaison);
   
   	virtual
   	~XalanSourceTreeDOMSupport();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org