# Lancement Container C++ local
#
if with_container_cpp:
- ContainerCPPServer().run()
+ ContainerCPPServer().run()
#
# Attente de la disponibilité du Container C++ local dans le Naming Service
#
if with_container_python:
- ContainerPYServer().run()
+ ContainerPYServer().run()
#
# Attente de la disponibilité du Container Python local dans le Naming Service
# Lancement Container Supervision local
#
- ContainerSUPERVServer().run()
+ ContainerSUPERVServer().run()
#
# Attente de la disponibilité du Container Supervision local dans le Naming Service
#
BIN = SALOMEDS_Server SALOMEDS_Client
BIN_SRC =
LIB_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Exception.idl
-BIN_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl ContainersManager.idl
+BIN_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl
BIN_CLIENT_IDL =
CPPFLAGS+=$(OCC_INCLUDES) $(HDF5_INCLUDES)