~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/hed/libs/common/XMLNode.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-03-01 19:48:16 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120301194816-m1ezrwnwt2qgnc2e
Tags: 1.1.1-1
* 1.1.1 Bugfix Release
* Fixes FTBFS (Closes: #661774) (LP: #935007)
* Fix typo in package description (Closes: #646979)
* Split binary rule in debian/rules for arch and indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    ~XMLNode(void);
110
110
    /** Creates a copy of XML (sub)tree.
111
111
       If object does not represent whole document - top level document
112
 
       is created. 'new_node' becomes a pointer owning new XML document. */
 
112
       is created. 'node' becomes a pointer owning new XML document. */
113
113
    void New(XMLNode& node) const;
114
114
    /** Exchanges XML (sub)trees.
115
115
     Following conbinations are possible