ta: compatibility with Swig 1.3.

* src/ta/taexplicit.hh (state_ta_explicit): Hide contents from Swig.
* src/ta/ta.hh (scc_stack_ta): Hide class from Swig.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-04 14:04:28 +02:00
parent 5939d6f493
commit eb5de929ca
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// Copyright (C) 2010 Laboratoire de Recherche et Developpement
// Copyright (C) 2010, 2012 Laboratoire de Recherche et Developpement
// de l Epita (LRDE).
//
// This file is part of Spot, a model checking library.
@ -213,6 +213,7 @@ namespace spot
};
#ifndef SWIG
// A stack of Strongly-Connected Components
class scc_stack_ta
{
@ -265,6 +266,7 @@ namespace spot
typedef std::list<connected_component> stack_type;
stack_type s;
};
#endif // !SWIG
/// \addtogroup ta_representation TA representations
/// \ingroup ta