* src/tgba/tgba.hh: Rename as ...

* src/tgba/public.hh: .. this.
* src/tgba/tgba.hh: New file.
* src/tgba/Makefile.am (libtgba_la_SOURCES): Add public.hh.
* src/tgba/tgbabddconcrete.hh (tgba_bdd_concrete): Inherit from tgba.
(tgba_bdd_concrete::init_iter): Delete.
(tgba_bdd_concrete::succ_iter): Take a state_bdd as argument,
not a bdd.
* src/tgba/tgbabddconcrete.cc: Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-26 12:34:15 +00:00
parent c03934140f
commit 885143309a
6 changed files with 50 additions and 18 deletions

View file

@ -9,6 +9,7 @@ libtgba_la_SOURCES = \
dictunion.hh \
ltl2tgba.cc \
ltl2tgba.hh \
public.hh \
state.hh \
statebdd.cc \
statebdd.hh \