rename tgba_proxy into twa_proxy

Automatic mass renaming.

* src/tgba/tgbamask.cc, src/tgba/tgbaproxy.cc, src/tgba/tgbaproxy.hh:
Rename tgba_proxy into twa_proxy.
This commit is contained in:
Alexandre Duret-Lutz 2015-04-21 19:50:48 +02:00
parent 2648ea170f
commit 5301fce3bf
3 changed files with 13 additions and 13 deletions

View file

@ -32,13 +32,13 @@ namespace spot
/// original automaton right away. However it is useful
/// to inherit from this class and override some of its
/// methods to implement some on-the-fly algorithm.
class SPOT_API tgba_proxy: public twa
class SPOT_API twa_proxy: public twa
{
protected:
tgba_proxy(const const_twa_ptr& original);
twa_proxy(const const_twa_ptr& original);
public:
virtual ~tgba_proxy();
virtual ~twa_proxy();
virtual state* get_init_state() const;