Salome HOME
- Major update for launcher:
[modules/kernel.git] / src / DSC / DSC_Basic / DSC_Callbacks.hxx
index c1e8b884b217e15dc7b8fb319c7ddae04213575e..8659d219e14bcc8a03dc276d65435f6fe83eb6e7 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  File   : DSC_Callbacks.hxx
 //  Author : AndrĂ© RIBES (EDF)
 //  Module : KERNEL
@@ -53,8 +54,8 @@ class DSC_BASIC_EXPORT DSC_Callbacks
      * \param message contains informations about the modification of the port.
      */
     virtual void provides_port_changed(const char* provides_port_name,
-                                      int connection_nbr,
-                                      const Engines::DSC::Message message) = 0;
+                                       int connection_nbr,
+                                       const Engines::DSC::Message message) = 0;
 
     /*! \brief  This method is used by the component when the number of connection
      * on a uses port changes. 
@@ -66,8 +67,8 @@ class DSC_BASIC_EXPORT DSC_Callbacks
      * \param message contains informations about the modification of the port.
      */
     virtual void uses_port_changed(const char* uses_port_name,
-                                  Engines::DSC::uses_port * new_uses_port,
-                                  const Engines::DSC::Message message) = 0;
+                                   Engines::DSC::uses_port * new_uses_port,
+                                   const Engines::DSC::Message message) = 0;
 };
 
 #endif