Portability windows

This commit is contained in:
adam 2009-02-26 14:58:36 +00:00
parent 4240f05b23
commit 12df0f8552

View File

@ -51,13 +51,13 @@ typedef std::vector<TState> TAllStates;
class ObjectStates class ObjectStates
{ {
public: public:
ObjectStates(); Standard_EXPORT ObjectStates();
~ObjectStates(); ~ObjectStates();
TAllStates GetAllStates() const { return _states; } TAllStates GetAllStates() const { return _states; }
TState GetCurrectState() const; TState GetCurrectState() const;
void AddState(const TState &theState); Standard_EXPORT void AddState(const TState &theState);
void IncrementState(); void IncrementState();
private: private: