replaced CODEGEN_ with XMLPP_
[libt2n] / example-codegen / other-2.cpp
CommitLineData
1e683bb5 1#include "other_common.hxx"
c5e54ff2
JT
2
3//! test own type
4LIBT2N_EXPORT bool t3(const Foo &foo)
5{
6 return (foo.i==foo.j);
7}