From 2c0a77a8f4565b6ef76c32b970df48369b3d0456 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Feb 2010 14:44:30 +0200 Subject: Add support for excluding export code from compilation Affected options: --generate-xml-schema, --export-maps, --import-maps. New macros: XSD_NO_EXPORT, XSD_MAP_VISIBILITY. Reorder template arguments for the idref type. --- libxsd/xsd/cxx/tree/types.txx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libxsd/xsd/cxx/tree/types.txx') diff --git a/libxsd/xsd/cxx/tree/types.txx b/libxsd/xsd/cxx/tree/types.txx index a13a466..8d6d79f 100644 --- a/libxsd/xsd/cxx/tree/types.txx +++ b/libxsd/xsd/cxx/tree/types.txx @@ -204,8 +204,8 @@ namespace xsd // idref // - template - idref* idref:: + template + idref* idref:: _clone (flags f, container* c) const { return new idref (*this, f, c); @@ -216,8 +216,8 @@ namespace xsd // non-trivial to track down cases. So we are going to use the // old-n-ugly this-> techniques. // - template - const _type* idref:: + template + const _type* idref:: get_ () const { if (!this->empty () && this->_container () != 0) @@ -228,8 +228,8 @@ namespace xsd return 0; } - template - _type* idref:: + template + _type* idref:: get_ () { if (!this->empty () && this->_container () != 0) @@ -240,8 +240,8 @@ namespace xsd return 0; } - template - void idref:: + template + void idref:: true_ () { } -- cgit v1.1