* src/tgba/statebdd.hh (state_bdd::as_bdd): Add non-const variant.

* src/tgba/tgbabddtranslateproxy.cc,
src/tgba/tgbabddtranslateproxy.hh: New files.
* src/tgba/Makefile.am (libtgba_la_SOURCES): Add them.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-02 11:39:55 +00:00
parent 331738d644
commit 1e6dbe40d6
7 changed files with 339 additions and 11 deletions

View file

@ -30,6 +30,8 @@ libtgba_la_SOURCES = \
tgbabdddict.cc \
tgbabdddict.hh \
tgbabddfactory.hh \
tgbabddprod.cc \
tgbabddprod.hh \
tgbabddtranslatefactory.cc \
tgbabddtranslatefactory.hh \
tgbabddtranslateproxy.cc \