X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FVISU_I%2FVISU_StreamLines_i.hh;h=05d6cb46ed26fc7ee1cfd34fb163ce227a113fc2;hb=de799091f3bde871c887d0bf34f9f5f1c9146de8;hp=cfcbc474da1e8fc821972a0a317ded808e78a608;hpb=0bf4a72d85628034bc33c2a252d876e83354dfc4;p=modules%2Fvisu.git diff --git a/src/VISU_I/VISU_StreamLines_i.hh b/src/VISU_I/VISU_StreamLines_i.hh index cfcbc474..05d6cb46 100644 --- a/src/VISU_I/VISU_StreamLines_i.hh +++ b/src/VISU_I/VISU_StreamLines_i.hh @@ -85,14 +85,13 @@ namespace VISU{ virtual const char* GetComment() const; virtual QString GenerateName(); - virtual Storable* Restore(const Storable::TRestoringMap& theMap) - throw(std::logic_error&); + virtual Storable* Restore(const Storable::TRestoringMap& theMap); - virtual void Update() throw(std::runtime_error&); + virtual void Update() ; - virtual VISU_Actor* CreateActor(const Handle(SALOME_InteractiveObject)& theIO = NULL) - throw (std::runtime_error&); - virtual void UpdateActor(VISU_Actor* theActor) throw(std::runtime_error&); + virtual VISU_Actor* CreateActor(const Handle(SALOME_InteractiveObject)& theIO = NULL); + + virtual void UpdateActor(VISU_Actor* theActor); virtual QString GetSourceEntry() { return QString(mySourceEntry.c_str()); } };