CoTech decision: move MEDWrapper from MED to SMESH

-  void                SetFile(const std::string& theFileName);
+  virtual void        SetFile(const std::string& theFileName);
This commit is contained in:
eap 2013-06-24 10:06:53 +00:00
parent 7ec258416f
commit beb621c883

View File

@ -59,7 +59,7 @@ class MESHDRIVER_EXPORT Driver_Mesh
}; };
void SetMeshId(int theMeshId); void SetMeshId(int theMeshId);
void SetFile(const std::string& theFileName); virtual void SetFile(const std::string& theFileName);
virtual void SetMeshName(const std::string& theMeshName); virtual void SetMeshName(const std::string& theMeshName);
virtual std::string GetMeshName() const; virtual std::string GetMeshName() const;