From: Jens Thiele Date: Mon, 27 Nov 2006 16:44:47 +0000 (+0000) Subject: temporarily add other.cpp X-Git-Tag: v0.2~86 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=aa397558c4253ed91e478ed6e2bc49950733f1d7 temporarily add other.cpp --- diff --git a/example-codegen/other.cpp b/example-codegen/other.cpp new file mode 100644 index 0000000..4121f04 --- /dev/null +++ b/example-codegen/other.cpp @@ -0,0 +1,13 @@ +#include +// serialization of string +#include +// serialization of pair +#include + +// std::vector +#include +#include + +#include "foo.hxx" + +#include "other_common.hxx"