mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 10:10:38 +05:00
Portability windows
This commit is contained in:
parent
4240f05b23
commit
12df0f8552
@ -51,13 +51,13 @@ typedef std::vector<TState> TAllStates;
|
||||
class ObjectStates
|
||||
{
|
||||
public:
|
||||
ObjectStates();
|
||||
Standard_EXPORT ObjectStates();
|
||||
~ObjectStates();
|
||||
|
||||
TAllStates GetAllStates() const { return _states; }
|
||||
|
||||
TState GetCurrectState() const;
|
||||
void AddState(const TState &theState);
|
||||
Standard_EXPORT void AddState(const TState &theState);
|
||||
void IncrementState();
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user