/* $Id$ * This code was generated by the XML Schema Compiler. * * Changes made to this code will most likely be overwritten * when the handlers are recompiled. * * If you find errors or feel that there are bugfixes to be made, * please contact the current XSC maintainer: * Will Otte */ // Fix for Borland compilers, which seem to have a broken // include. #ifdef __BORLANDC__ # include #endif #include "XSC_XML_Handlers_Export.h" #ifndef TOPLEVEL_HPP #define TOPLEVEL_HPP // Forward declarations. // namespace CIAO { namespace Config_Handlers { class TopLevelPackageDescription; } } #include #include #include "XMLSchema/Types.hpp" #include "pcd.hpp" namespace CIAO { namespace Config_Handlers { class XSC_XML_Handlers_Export TopLevelPackageDescription : public ::XSCRT::Type { //@@ VC6 anathema typedef ::XSCRT::Type Base__; // package // public: ::CIAO::Config_Handlers::PackageConfiguration const& package () const; void package (::CIAO::Config_Handlers::PackageConfiguration const& ); protected: ::std::auto_ptr< ::CIAO::Config_Handlers::PackageConfiguration > package_; public: TopLevelPackageDescription (::CIAO::Config_Handlers::PackageConfiguration const& package__); TopLevelPackageDescription (::XSCRT::XML::Element< ACE_TCHAR > const&); TopLevelPackageDescription (TopLevelPackageDescription const& s); ~TopLevelPackageDescription () {}; TopLevelPackageDescription& operator= (TopLevelPackageDescription const& s); private: char regulator__; }; } } namespace CIAO { namespace Config_Handlers { } } #include "XMLSchema/Traversal.hpp" namespace CIAO { namespace Config_Handlers { namespace Traversal { struct XSC_XML_Handlers_Export TopLevelPackageDescription : ::XMLSchema::Traversal::Traverser< ::CIAO::Config_Handlers::TopLevelPackageDescription > { virtual void traverse (Type&); virtual void traverse (Type const&); virtual void pre (Type&); virtual void pre (Type const&); virtual void package (Type&); virtual void package (Type const&); virtual void post (Type&); virtual void post (Type const&); }; } } } #include "XMLSchema/Writer.hpp" namespace CIAO { namespace Config_Handlers { namespace Writer { struct TopLevelPackageDescription : Traversal::TopLevelPackageDescription, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::TopLevelPackageDescription Type; TopLevelPackageDescription (::XSCRT::XML::Element< ACE_TCHAR >&); virtual void traverse (Type &o) { this->traverse (const_cast (o)); } virtual void traverse (Type const&); virtual void package (Type &o) { this->package (const_cast (o)); } virtual void package (Type const&); protected: TopLevelPackageDescription (); }; } } } namespace CIAO { namespace Config_Handlers { } } #endif // TOPLEVEL_HPP