* 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

9
src/tgba/public.hh Normal file
View file

@ -0,0 +1,9 @@
#ifndef SPOT_TGBA_PUBLIC_HH
# define SPOT_TGBA_PUBLIC_HH
# include "tgba.hh"
# include "tgbabddconcrete.hh"
# include "tgbabddconcreteproduct.hh"
# include "ltl2tgba.hh"
#endif // SPOT_TGBA_PUBLIC_HH