summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/taxonomy/people-custom.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/custom/taxonomy/people-custom.hxx')
-rw-r--r--examples/cxx/tree/custom/taxonomy/people-custom.hxx6
1 files changed, 0 insertions, 6 deletions
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<xml_schema::string>& 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<xml_schema::string>& 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<xml_schema::string>& name,
- bool can_fly,
- unsigned int wing_span);
-
batman_impl (const xercesc::DOMElement&,
xml_schema::flags = 0,
xml_schema::container* = 0);