]> SALOME platform Git repositories - modules/paravis.git/commit
Salome HOME
Moved PVSERVER CORBA engine from PARAVIS to GUI. abn/pvserver_service
authorabn <adrien.bruneton@cea.fr>
Mon, 29 Jun 2015 11:38:47 +0000 (13:38 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 29 Jun 2015 11:38:47 +0000 (13:38 +0200)
commit44338c0d0a82a3c55976a3450b57a7c7efba1e60
treec3baf2f2a3a26dbc214f1160d846c1707c2a2939
parent9d80749256d9be6dcf491b7f816bd0247889d41a
Moved PVSERVER CORBA engine from PARAVIS to GUI.

PVSERVER is now a simple CORBA service, not inheriting from
EngineComponent class. GUI can now be compiled with the PVViewer
and without the PARAVIS module. PARAVIS module is now just a GUI
client.
13 files changed:
CMakeLists.txt
idl/.gitignore [deleted file]
idl/CMakeLists.txt [deleted file]
idl/PVSERVER_Gen.idl [deleted file]
src/CMakeLists.txt
src/ENGINE/CMakeLists.txt [deleted file]
src/ENGINE/PVSERVER.py [deleted file]
src/ENGINE/PVSERVER_utils.py [deleted file]
src/PVGUI/CMakeLists.txt
src/PVGUI/PVGUI_Module.cxx
src/PVGUI/PVGUI_Module.h
src/PV_SWIG/pvserver.py
test/standalone/src/PVViewer_Core.h