Salome HOME
add method NameChanged to update title name
[modules/kernel.git] / src / KernelHelpers / SALOMEDS_DriverDefaultImpl.cxx
index dca310f0ad4789ce0e916c3f4ac41e8dd7b0ec38..5b14e24e77242454e2ff28560bdeb76b9d0b7d97 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
   };
 
 //===========================================================================
-  SALOMEDS::SObject_ptr SALOMEDS_DriverDefaultImpl::PublishInStudy(SALOMEDS::Study_ptr theStudy,
-                                                  SALOMEDS::SObject_ptr theSObject,
-                                                  CORBA::Object_ptr theObject,
-                                                  const char* theName)
+  SALOMEDS::SObject_ptr SALOMEDS_DriverDefaultImpl::PublishInStudy(SALOMEDS::SObject_ptr theSObject,
+                                                                                          CORBA::Object_ptr     theObject,
+                                                                                          const char*           theName)
     throw (SALOME::SALOME_Exception)
   {
     MESSAGE("-----------------------------------------");