00001 00025 #ifndef MATCH_TO3_H 00026 #define MATCH_TO3_H 1 00027 00028 #include "toX.h" 00029 00030 namespace dmn 00031 { 00035 class MatchTo3: public MatchToX 00036 { 00037 public: 00041 MatchTo3(); 00042 }; 00043 }; 00044 00045 #endif // MATCH_TO3_H