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