~ubuntu-branches/ubuntu/oneiric/zeromq/oneiric

« back to all changes in this revision

Viewing changes to foreign/xmlParser/xmlParser.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2010-09-08 15:25:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100908152545-8rfaoyw289tk5vaf
Tags: 2.0.9.dfsg-1
* New upstream version. 
* Move all manpages in libzmq0 to zeromq-dev package (closes: #595890) 
* Updated to standards version 3.9.1.
* Add lintian-overrides for spelling-error-in-copyright due to error in
  upstream license of xmlParser.
* Use Breaks: instead of Conflicts: in zeromq-bin package, fixes 
  conflicts-with-version from lintian.
* Various other minor fixes for warnings from lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
    XMLNode(const XMLNode &A);                                     ///< to allow shallow/fast copy:
380
380
    XMLNode& operator=( const XMLNode& A );                        ///< to allow shallow/fast copy:
381
381
 
382
 
    XMLNode(): d(NULL){};
 
382
    XMLNode(): d(NULL){}
383
383
    static XMLNode emptyXMLNode;
384
384
    static XMLClear emptyXMLClear;
385
385
    static XMLAttribute emptyXMLAttribute;