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:
parent
2648ea170f
commit
5301fce3bf
3 changed files with 13 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue