]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
release: 0.1.9
[lilypond.git] / lily / translator.cc
index 148b8331af1801180f749cf0275a30257ff160dc..b902387529c5c0bd43db60d284304f3a3e580967 100644 (file)
@@ -7,10 +7,24 @@
 */
 
 #include "translator.hh"
+
 Translator::Translator()
 {
-    iterator_count_  = 0;
+  iterator_count_  = 0;
 }
 
-IMPLEMENT_STATIC_NAME(Translator);
+
 IMPLEMENT_IS_TYPE_B(Translator);
+
+bool
+Translator::try_request (Request*)
+{
+  return false;
+}
+
+
+void
+Translator::print()const
+{
+
+}