blob: 3f3283ef755bef600ae9d209edb844a16c28dc9d [file] [log] [blame]
#include "ThinClientInterest2.hpp"
DUNIT_MAIN
{
runThinClientInterest2( false );
runThinClientInterest2( true, true );
runThinClientInterest2( true, false );
}
END_MAIN