Salome HOME
YACS in SSL mode
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 14 Apr 2021 19:56:39 +0000 (21:56 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 22 Apr 2021 11:25:22 +0000 (13:25 +0200)
commit888f04cad3e3fa57bf92c96789959fc87bfdd555
tree7f20d4d9e4b69386ab9ad36f3908ca6b6eac914e
parentad4aae7a3d7279875de4bc70b4a65aebded4d120
YACS in SSL mode
58 files changed:
CMakeLists.txt
SalomeKERNELConfig.cmake.in
idl/CMakeLists.txt
idl/SALOME_Component.idl
idl/SALOME_Embedded_NamingService.idl [new file with mode: 0644]
src/Basics/CMakeLists.txt
src/Basics/KernelBasis.cxx [new file with mode: 0644]
src/Basics/KernelBasis.hxx [new file with mode: 0644]
src/Basics/KernelBasis.i [new file with mode: 0644]
src/Container/CMakeLists.txt
src/Container/Container_i.cxx
src/Container/SALOME_ComponentPy.py
src/Container/SALOME_Container.cxx
src/Container/SALOME_ContainerManager.cxx
src/Container/SALOME_ContainerManager.hxx
src/Container/SALOME_Container_Common.cxx [new file with mode: 0644]
src/Container/SALOME_Container_Common.hxx [new file with mode: 0644]
src/Container/SALOME_Container_No_NS_Serv.cxx [new file with mode: 0644]
src/Container/SALOME_Container_i.hxx
src/KERNEL_PY/__init__.py
src/KernelHelpers/CMakeLists.txt
src/KernelHelpers/SALOME_KernelORB.cxx [new file with mode: 0644]
src/KernelHelpers/SALOME_KernelORB.hxx [new file with mode: 0644]
src/KernelHelpers/SALOME_KernelServices.cxx
src/KernelHelpers/SALOME_KernelServices.hxx
src/Launcher/CMakeLists.txt
src/Launcher/KernelLauncher.cxx [new file with mode: 0644]
src/Launcher/KernelLauncher.hxx [new file with mode: 0644]
src/Launcher/KernelLauncher.i [new file with mode: 0644]
src/Launcher/SALOME_Launcher.cxx
src/Launcher/SALOME_Launcher.hxx
src/Launcher/SALOME_LauncherServer.cxx
src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx
src/ModuleCatalog/KernelModuleCatalog.cxx
src/ModuleCatalog/SALOME_ModuleCatalog_Server.cxx
src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx
src/ModuleCatalog/SALOME_ModuleCatalog_impl.hxx
src/NamingService/CMakeLists.txt
src/NamingService/NamingService.i [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService.cxx [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService.hxx [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService_Client.cxx [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService_Client.hxx [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService_ClientPy.py [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService_Common.cxx [new file with mode: 0644]
src/NamingService/SALOME_Embedded_NamingService_Common.hxx [new file with mode: 0644]
src/NamingService/SALOME_Fake_NamingService.cxx
src/NamingService/SALOME_Fake_NamingService.hxx
src/NamingService/SALOME_NamingService.cxx
src/NamingService/SALOME_NamingService.hxx
src/NamingService/SALOME_NamingService.i [deleted file]
src/NamingService/SALOME_NamingService_Abstract.cxx
src/NamingService/SALOME_NamingService_Abstract.hxx
src/ResourcesManager/SALOME_ResourcesManager.cxx
src/ResourcesManager/SALOME_ResourcesManager.hxx
src/ResourcesManager/SALOME_ResourcesManager_Client.cxx
src/ResourcesManager/SALOME_ResourcesManager_Client.hxx
src/SALOMEDS/SALOMEDS_Driver_i.cxx