Salome HOME
Portability windows
authoradam <adam>
Thu, 26 Feb 2009 14:58:36 +0000 (14:58 +0000)
committeradam <adam>
Thu, 26 Feb 2009 14:58:36 +0000 (14:58 +0000)
src/GEOM/GEOM_Engine.hxx

index a9951b26c7eac4099225e375910985838e7be435..5a45bdc9372dcad97bea07caee8dd5116cb6789a 100644 (file)
@@ -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: