Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > fc62b1a09d3a2a2032c7fe6d982e91e3 > files > 387

xsd-3.3.0-2.fc14.i686.rpm

// file      : examples/cxx/tree/custom/taxonomy/people-custom-fwd.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain

// Do not include this file directly, use people-fwd.hxx instead. This
// file is included into generated people-fwd.hxx so we do not need to
// guard against multiple inclusions.
//

namespace people
{
  template <typename base>
  class person_impl;

  template <typename base>
  class superman_impl;

  template <typename base>
  class batman_impl;
}