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

@ -84,7 +84,7 @@ namespace spot
///
/// This is an abstract class. You should inherit from it and
/// supply a wanted() method to specify which states to keep.
class tgba_mask: public tgba_proxy
class tgba_mask: public twa_proxy
{
protected:
/// \brief Constructor.
@ -92,7 +92,7 @@ namespace spot
/// \param init Any state to use as initial state. This state will be
/// destroyed by the destructor.
tgba_mask(const const_twa_ptr& masked, const state* init = 0):
tgba_proxy(masked),
twa_proxy(masked),
init_(init)
{
if (!init)