~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to libxml++/dtd.cc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  return (char*)impl_->SystemID;
37
37
}
38
38
 
 
39
_xmlDtd* Dtd::cobj()
 
40
{
 
41
  return impl_;
 
42
}
 
43
 
 
44
const _xmlDtd* Dtd::cobj() const
 
45
{
 
46
  return impl_;
 
47
}
 
48
 
39
49
} //namespace xmlpp