]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Fix for IPAL14713 : Problem with "Add Node and Customize Parameters" on Mandriva 64.
authormkr <mkr@opencascade.com>
Thu, 8 Feb 2007 07:00:50 +0000 (07:00 +0000)
committermkr <mkr@opencascade.com>
Thu, 8 Feb 2007 07:00:50 +0000 (07:00 +0000)
src/Supervision/Graph_Impl.cxx

index 302e7c07e79c184384573a397b40779577e31780..58c34008f60655aa3075510509209159906ab943 100644 (file)
@@ -2557,14 +2557,14 @@ void Graph_Impl::Editing() {
  * Returns the default name of container for C component
  */
 char* Graph_Impl::DefaultCContainerName() {
-  return FACTORYSERVER;
+  return ( CORBA::string_dup( FACTORYSERVER ) );
 }
 
 /**
  * Returns the default name of container for Python component
  */
 char* Graph_Impl::DefaultPythonContainerName() {
-  return FACTORYSERVERPY;
+  return ( CORBA::string_dup( FACTORYSERVERPY ) );
 }
 
 /*!