From 3bf42ed8ccc93a3ff5fdabb9153b887018075acc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jan 2010 11:44:48 +0200 Subject: Add support for selective polymorphic in C++/Tree New options: --polymorphic-type, --polymorphic-type-all. --- examples/cxx/tree/custom/taxonomy/people-custom.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/cxx/tree/custom/taxonomy/people-custom.hxx') diff --git a/examples/cxx/tree/custom/taxonomy/people-custom.hxx b/examples/cxx/tree/custom/taxonomy/people-custom.hxx index 23e7731..c601061 100644 --- a/examples/cxx/tree/custom/taxonomy/people-custom.hxx +++ b/examples/cxx/tree/custom/taxonomy/people-custom.hxx @@ -23,7 +23,6 @@ namespace people { public: person_impl (const xml_schema::string& name); - person_impl (std::auto_ptr& name); person_impl (const xercesc::DOMElement&, xml_schema::flags = 0, @@ -50,7 +49,6 @@ namespace people { public: superman_impl (const xml_schema::string& name, bool can_fly); - superman_impl (std::auto_ptr& name, bool can_fly); superman_impl (const xercesc::DOMElement&, xml_schema::flags = 0, @@ -80,10 +78,6 @@ namespace people bool can_fly, unsigned int wing_span); - batman_impl (std::auto_ptr& name, - bool can_fly, - unsigned int wing_span); - batman_impl (const xercesc::DOMElement&, xml_schema::flags = 0, xml_schema::container* = 0); -- cgit v1.1