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 ND_PIMPL_HXX 00009 #define ND_PIMPL_HXX 00010 00011 #include "nd-pskel.hxx" 00012 00013 class nd_pimpl: public virtual nd_pskel 00014 { 00015 public: 00016 virtual void 00017 pre (); 00018 00019 virtual void 00020 ref (long long); 00021 00022 virtual int64_t 00023 post_nd (); 00024 private: 00025 int64_t id; 00026 }; 00027 00028 #endif // ND_PIMPL_HXX