00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef translator_h 00004 #define translator_h 00005 00006 // 00007 // INTERFACE definition follows 00008 // 00009 00010 00011 class Source; 00012 00013 class Translator 00014 { 00015 00016 public: 00017 void translate(Source* s); 00018 }; 00019 00020 #endif // translator_h