]> git.donarmstrong.com Git - lilypond.git/blob - lily/swallow-reg.cc
a84d9054d73398a34ea5cac8294c463ed37767d7
[lilypond.git] / lily / swallow-reg.cc
1 /*
2   swallow-reg.cc -- implement Swallow_register
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8 #include "swallow-reg.hh"
9
10 IMPLEMENT_STATIC_NAME(Swallow_register);
11 ADD_THIS_REGISTER(Swallow_register);
12
13 bool
14 Swallow_register::acceptable_request_b(Request*) const
15 {
16     return true;
17 }
18
19 bool
20 Swallow_register::try_request(Request*) 
21 {
22     return true;
23 }