lilypond-0.1.16
[lilypond.git] / lily / swallow-reg.cc
blob6f182fbd98cf0cd5dba2cbc6fa338850f854b989
1 /*
2 swallow-reg.cc -- implement Swallow_register
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8 #include "swallow-reg.hh"
10 IMPLEMENT_STATIC_NAME(Swallow_register);
11 IMPLEMENT_IS_TYPE_B1(Swallow_register,Request_register);
12 ADD_THIS_REGISTER(Swallow_register);
15 bool
16 Swallow_register::do_try_request(Request*)
18 return true;