From 8ecc20cb9fd7b433cb4e4c10f9b6202e84e9c916 Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 13 Dec 2006 11:48:18 +0000 Subject: [PATCH] Added method GetImpl that returns an implementaion of StudyBuilder --- src/SALOMEDS/SALOMEDS_StudyBuilder_i.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SALOMEDS/SALOMEDS_StudyBuilder_i.hxx b/src/SALOMEDS/SALOMEDS_StudyBuilder_i.hxx index 7912fa834..ae6d0e5c5 100644 --- a/src/SALOMEDS/SALOMEDS_StudyBuilder_i.hxx +++ b/src/SALOMEDS/SALOMEDS_StudyBuilder_i.hxx @@ -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 -- 2.39.2