X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcontainer.hxx;fp=src%2Fcontainer.hxx;h=5aa63541f791e9fd73da78cd5237386882d890e0;hp=7539e041a04ae4453e6b4c652eb76d2678210c30;hb=2d5dd12866c1c3cfa043401708b161757ef21c6a;hpb=8fccaecc28ed1ad0747e516a6f0cb1d350406798 diff --git a/src/container.hxx b/src/container.hxx index 7539e04..5aa6354 100644 --- a/src/container.hxx +++ b/src/container.hxx @@ -41,11 +41,11 @@ namespace libt2n class result_container { private: - enum result_type_t { regular, exception } result_type; - result *res; t2n_exception *ex; + enum result_type_t { regular, exception } result_type; + friend class boost::serialization::access; template void serialize(Archive & ar, const unsigned int version);