]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Added method GetImpl that returns an implementaion of StudyBuilder
authorsrn <srn@opencascade.com>
Wed, 13 Dec 2006 11:48:18 +0000 (11:48 +0000)
committersrn <srn@opencascade.com>
Wed, 13 Dec 2006 11:48:18 +0000 (11:48 +0000)
src/SALOMEDS/SALOMEDS_StudyBuilder_i.hxx

index 7912fa834dcab30e1cc575cf5e2445d595e97d43..ae6d0e5c527c4755a21fedee210058ca3705fa89 100644 (file)
@@ -130,5 +130,8 @@ public:
   virtual void SetName(SALOMEDS::SObject_ptr theSO, const char* theValue) throw(SALOMEDS::StudyBuilder::LockProtection);
   virtual void SetComment(SALOMEDS::SObject_ptr theSO, const char* theValue) throw(SALOMEDS::StudyBuilder::LockProtection);
   virtual void SetIOR(SALOMEDS::SObject_ptr theSO, const char* theValue) throw(SALOMEDS::StudyBuilder::LockProtection);
+
+  Handle(SALOMEDSImpl_StudyBuilder) GetImpl() { return _impl; }
+
 };
 #endif