repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.3.12
[lilypond.git]
/
lily
/
acceptor.cc
blob
0164b83b2446d837a3d968a6dee3675367d52a94
1
/*
2
acceptor.cc -- implement Acceptor
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7
*/
8
9
#include
"acceptor.hh"
10
Acceptor
::
Acceptor
()
11
{
12
iterator_count_
=
0
;
13
}
14
15
IMPLEMENT_STATIC_NAME
(
Acceptor
);
16
IMPLEMENT_IS_TYPE_B
(
Acceptor
);