Salome HOME
to correct problem of machine with long hostname like name.domaine
[modules/kernel.git] / src / DSC / ParallelDSC / ParallelDSC_i.hxx
index 05859c0023f69070329c80cf8d8fcb20655c13f1..67085710b8055bc065ed75c78a0a23b7a5914c6e 100644 (file)
@@ -1,38 +1,38 @@
-//  Copyright (C) 2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-// 
-//  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. 
-// 
-//  This library is distributed in the hope that it will be useful, 
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-//  Lesser General Public License for more details. 
-// 
-//  You should have received a copy of the GNU Lesser General Public 
-//  License along with this library; if not, write to the Free Software 
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
-// 
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//  Copyright (C) 2007-2010  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.
 //
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
 //
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
 //  File   : ParallelDSC_i.hxx
 //  Author : AndrĂ© RIBES (EDF)
 //  Module : KERNEL
-
+//
 #ifndef _PARALLEL_DSC_COMPONENT_I_HXX_
 #define _PARALLEL_DSC_COMPONENT_I_HXX_
 
 #include <iostream>
 #include <map>
 
-#include "DSC_EnginesPaCO_Engines_Parallel_DSC_server.h"
 #include "DSC_interface.hxx"
 #include "SALOME_ParallelComponent_i.hxx"
 
+#include "SALOME_PACOExtensionPaCO_Engines_Parallel_DSC_server.hxx"
+#include "SALOME_PortsPaCO.hxx"
+
 class Engines_ParallelDSC_i: 
   public virtual Engines_Parallel_Component_i,
   public virtual Engines::Parallel_DSC_serv,
@@ -40,13 +40,13 @@ class Engines_ParallelDSC_i:
 {
 public:
   Engines_ParallelDSC_i(CORBA::ORB_ptr orb, 
-                       char * ior,
-                       int rank,
-                       PortableServer::POA_ptr poa,
-                       PortableServer::ObjectId * contId,
-                       const char *instanceName,
-                       const char *interfaceName,
-                       bool notif = false);
+                        char * ior,
+                        int rank,
+                        PortableServer::POA_ptr poa,
+                        PortableServer::ObjectId * contId,
+                        const char *instanceName,
+                        const char *interfaceName,
+                        bool notif = false);
 
   virtual ~Engines_ParallelDSC_i();
 
@@ -55,38 +55,38 @@ public:
    * \see Engines::DSC::add_provides_port
    */
   virtual void add_provides_port(Ports::Port_ptr ref, 
-                                const char* provides_port_name,
-                                Ports::PortProperties_ptr port_prop) 
+                                 const char* provides_port_name,
+                                 Ports::PortProperties_ptr port_prop) 
     throw (Engines::DSC::PortAlreadyDefined,
-          Engines::DSC::NilPort,
-          Engines::DSC::BadProperty) {
+           Engines::DSC::NilPort,
+           Engines::DSC::BadProperty) {
       Engines_DSC_interface::add_provides_port(ref, 
-                                              provides_port_name,
-                                              port_prop);
+                                               provides_port_name,
+                                               port_prop);
     }
 
   /*!
    * \see Engines::DSC::add_uses_port
    */
   virtual void add_uses_port(const char* repository_id, 
-                            const char* uses_port_name,
-                            Ports::PortProperties_ptr port_prop)
+                             const char* uses_port_name,
+                             Ports::PortProperties_ptr port_prop)
     throw (Engines::DSC::PortAlreadyDefined,
-          Engines::DSC::BadProperty) {
+           Engines::DSC::BadProperty) {
       Engines_DSC_interface::add_uses_port(repository_id, 
-                                          uses_port_name,
-                                          port_prop);
+                                           uses_port_name,
+                                           port_prop);
     }
 
   /*!
    * \see Engines::DSC::get_provides_port
    */
   virtual Ports::Port_ptr get_provides_port(const char* provides_port_name,
-                                           const CORBA::Boolean connection_error) 
+                                            const CORBA::Boolean connection_error) 
     throw (Engines::DSC::PortNotDefined,
-          Engines::DSC::PortNotConnected) {
+           Engines::DSC::PortNotConnected) {
       return Engines_DSC_interface::get_provides_port(provides_port_name,
-                                                     connection_error);
+                                                      connection_error);
     }
 
   /*!
@@ -94,7 +94,7 @@ public:
    */
   virtual Engines::DSC::uses_port * get_uses_port(const char* uses_port_name)
     throw (Engines::DSC::PortNotDefined,
-          Engines::DSC::PortNotConnected) {
+           Engines::DSC::PortNotConnected) {
       return Engines_DSC_interface::get_uses_port(uses_port_name);
     }
 
@@ -110,12 +110,12 @@ public:
    * \see Engines::DSC::connect_uses_port
    */
   virtual void connect_uses_port(const char* uses_port_name,
-                                Ports::Port_ptr provides_port_ref) 
+                                 Ports::Port_ptr provides_port_ref) 
   throw (Engines::DSC::PortNotDefined,
-        Engines::DSC::BadPortType,
-        Engines::DSC::NilPort) {
+         Engines::DSC::BadPortType,
+         Engines::DSC::NilPort) {
     Engines_DSC_interface::connect_uses_port(uses_port_name,
-                                            provides_port_ref);
+                                             provides_port_ref);
   }
 
   /*!
@@ -130,25 +130,25 @@ public:
    * \see Engines::DSC::disconnect_provides_port
    */
   virtual void disconnect_provides_port(const char* provides_port_name,
-                                       const Engines::DSC::Message message)
+                                        const Engines::DSC::Message message)
     throw (Engines::DSC::PortNotDefined,
-          Engines::DSC::PortNotConnected) {
+           Engines::DSC::PortNotConnected) {
       Engines_DSC_interface::disconnect_provides_port(provides_port_name,
-                                                     message);
+                                                      message);
     }
 
    /*!
    * \see Engines::DSC::disconnect_uses_port
    */
   virtual void disconnect_uses_port(const char* uses_port_name,
-                                   Ports::Port_ptr provides_port_ref,
-                                   const Engines::DSC::Message message)
+                                    Ports::Port_ptr provides_port_ref,
+                                    const Engines::DSC::Message message)
     throw (Engines::DSC::PortNotDefined,
-          Engines::DSC::PortNotConnected,
-          Engines::DSC::BadPortReference) {
+           Engines::DSC::PortNotConnected,
+           Engines::DSC::BadPortReference) {
       Engines_DSC_interface::disconnect_uses_port(uses_port_name,
-                                                 provides_port_ref,
-                                                 message);
+                                                  provides_port_ref,
+                                                  message);
     }
 
   virtual Ports::PortProperties_ptr get_port_properties(const char* port_name)
@@ -165,8 +165,8 @@ public:
    * \param port_prop port properties.
    */
   virtual void set_paco_proxy(CORBA::Object_ptr ref, 
-                             const char* provides_port_name,
-                             Ports::PortProperties_ptr port_prop);
+                              const char* provides_port_name,
+                              Ports::PortProperties_ptr port_prop);
 
   /*! 
    * This method is used by the node that want to add the parallel proxy port.
@@ -177,8 +177,8 @@ public:
    * \return true if the proxy is correctly added.
    */
   virtual CORBA::Boolean add_parallel_provides_proxy_port(const CORBA::Object_ptr ref, 
-                                                         const char * provides_port_name,
-                                                         Ports::PortProperties_ptr port_prop);
+                                                          const char * provides_port_name,
+                                                          Ports::PortProperties_ptr port_prop);
 
   /*! 
    * This method by the nodes that do not add the proxy to wait is reference.
@@ -198,7 +198,7 @@ public:
    * \return true if the node is correctly added.
    */
   virtual CORBA::Boolean add_parallel_provides_node_port(Ports::Port_PaCO_ptr ref, 
-                                                        const char* provides_port_name);
+                                                         const char* provides_port_name);
 
   /*!
    * Used to get the proxy of the parallel port.