00001 // Not copyrighted - public domain. 00002 // 00003 // This sample parser implementation was generated by CodeSynthesis XSD, 00004 // an XML Schema to C++ data binding compiler. You may use it in your 00005 // programs without any restrictions. 00006 // 00007 00008 #ifndef BOUND_PIMPL_HXX 00009 #define BOUND_PIMPL_HXX 00010 00011 #include "bound-pskel.hxx" 00012 00013 class bound_pimpl: public virtual bound_pskel 00014 { 00015 public: 00016 virtual void 00017 pre (); 00018 00019 virtual void 00020 post_bound (); 00021 }; 00022 00023 #endif // BOUND_PIMPL_HXX