From 4406ade7d74533eb461b49d47cece93b3532c055 Mon Sep 17 00:00:00 2001 From: caremoli Date: Tue, 26 May 2009 13:51:50 +0000 Subject: [PATCH] CCAR: change setStudyId to virtual method to be able to derive it in components --- src/Container/SALOME_Component_i.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/SALOME_Component_i.hxx b/src/Container/SALOME_Component_i.hxx index 2285e5f4d..a96756f4e 100644 --- a/src/Container/SALOME_Component_i.hxx +++ b/src/Container/SALOME_Component_i.hxx @@ -120,7 +120,7 @@ public: PortableServer::ObjectId * getId(); Engines_Container_i *GetContainerPtr(); - bool setStudyId(CORBA::Long studyId); + virtual bool setStudyId(CORBA::Long studyId); static bool isMultiStudy(); static bool isMultiInstance(); static std::string GetDynLibraryName(const char *componentName); -- 2.39.2