blob: b1178a327682875dd0dbc3fef42113f9551258d8 [file] [log] [blame]
David Reiss7d3df422009-02-10 21:38:44 +00001// Extra functions required for DebugProtoTest_types to work
2
3#include "gen-cpp/DebugProtoTest_types.h"
4
5
6namespace thrift { namespace test { namespace debug {
7
8bool Empty::operator<(Empty const& other) const {
9 // It is empty, so all are equal.
10 return false;
11}
12
13}}}