Salome HOME
Point 2.3 of "SUPERVISOR: Current state - bugs/improvements" :
[modules/superv.git] / src / GraphBase / DataFlowBase_ServicesParameter.hxx
index a14b68a5088771d5564015a63bdab66f82d47d8f..de653a17049f3153b1840b528b8cfa5157fd8e70 100644 (file)
@@ -56,6 +56,8 @@ namespace GraphBase {
             return _ServicesParameter.Parametername ; } ;
       const char * ServicesParameterType() const {
             return _ServicesParameter.Parametertype ; } ;
+      void ServicesParameterType(char * aParametertype ) { 
+           _ServicesParameter.Parametertype = CORBA::string_dup( aParametertype ) ; } ;
 
   } ;