X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Ffoo.hxx;fp=example-codegen%2Ffoo.hxx;h=0000000000000000000000000000000000000000;hp=49d0197ca269c1c081a31a6de72e182c14341ae2;hb=f4dfa6457b4b4f0f37b4aa55384c03ebd530385f;hpb=d0a97d0bbe03472214e379b7a4ace2bdcecfc212 diff --git a/example-codegen/foo.hxx b/example-codegen/foo.hxx deleted file mode 100644 index 49d0197..0000000 --- a/example-codegen/foo.hxx +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef FOO_HXX -#define FOO_HXX - -#include - -struct Foo -{ - int i,j; - - friend class boost::serialization::access; - template - void serialize(Archive & ar, const unsigned int /* version */) - { - ar & BOOST_SERIALIZATION_NVP(i); - ar & BOOST_SERIALIZATION_NVP(j); - } -}; - -BOOST_CLASS_VERSION(Foo, 1) - -#endif