You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/07/09 18:50:33 UTC

cvs commit: xml-xerces/perl/Xerces_headers/dom DOM_Attr.hpp

jasons      01/07/09 09:50:33

  Modified:    perl/Xerces_headers/dom DOM_Attr.hpp
  Log:
  	* Xerces_headers/dom/DOM_Attr.hpp (Repository):
  	Added overloaded copy contstructor
  
  Revision  Changes    Path
  1.3       +6 -4      xml-xerces/perl/Xerces_headers/dom/DOM_Attr.hpp
  
  Index: DOM_Attr.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/dom/DOM_Attr.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOM_Attr.hpp	2001/05/05 23:03:38	1.2
  +++ DOM_Attr.hpp	2001/07/09 16:50:27	1.3
  @@ -56,6 +56,10 @@
   
   /*
    * $Log: DOM_Attr.hpp,v $
  + * Revision 1.3  2001/07/09 16:50:27  jasons
  + * 	* Xerces_headers/dom/DOM_Attr.hpp (Repository):
  + * 	Added overloaded copy contstructor
  + *
    * Revision 1.2  2001/05/05 23:03:38  jasons
    * uncommented public destructors
    *
  @@ -129,7 +133,7 @@
   */
   class /*CDOM_EXPORT*/ DOM_Attr: public DOM_Node {
       
  -//public:
  +public:
     /** @name Constructors and assignment operators */
     //@{
     /**
  @@ -138,9 +142,7 @@
       * to a null object reference variable in Java.
       *
       */
  -//    DOM_Attr();
  -
  -public:
  +    DOM_Attr();
   
     /**
       * Copy constructor.  Creates a new <code>DOM_Attr</code> that refers to the
  @@ -151,6 +153,7 @@
       * @param other The source attribute reference object
       */
   //    DOM_Attr(const DOM_Attr &other);
  +    DOM_Attr* DOM_Attr__constructor__1(const DOM_Attr &other);
   
     /**
       * Assignment operator
  
  
  

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