]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/meter-performer.hh
release: 0.1.61
[lilypond.git] / lily / include / meter-performer.hh
index e72451d5b8b4c7058dd86132f50062653b019e14..f3fe174dd15ad77497c2e4895010873237150d11 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--1998 Jan Nieuwenhuizen <jan@digicash.com>
 */
 
 #ifndef METER_PERFOMER_HH
 
 class Meter_performer : public Performer {
 public:
-    NAME_MEMBERS();
-    Meter_performer();
-    ~Meter_performer();
+  TRANSLATOR_CLONE(Meter_performer);
+  DECLARE_MY_RUNTIME_TYPEINFO;
+  Meter_performer();
+  ~Meter_performer();
 
 protected:
-    void do_print() const;
-    virtual bool do_try_request( Request* req_l );
-    virtual void process_requests();
+  void do_print() const;
+  virtual bool do_try_request (Request* req_l);
+  virtual void do_process_requests();
 
 private:
-    Meter_change_req* meter_req_l_;
+  Meter_change_req* meter_req_l_;
 };
 
 #endif // METER_PERFOMER_HH