X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FPVSERVER_Gen.idl;h=fffe78bc6319f191f58c0a8e1e96a24c4f6113f4;hb=6d8bd41fbd1886c00525b5205b9fe5a5e49bda77;hp=54911b78b12fe4e4604c7bb8e9191eb9563300d3;hpb=0f47b7b716e2685caab9c1756d84937f6af36703;p=modules%2Fparavis.git diff --git a/idl/PVSERVER_Gen.idl b/idl/PVSERVER_Gen.idl index 54911b78..fffe78bc 100644 --- a/idl/PVSERVER_Gen.idl +++ b/idl/PVSERVER_Gen.idl @@ -59,16 +59,6 @@ module PVSERVER_ORB { */ boolean StopPVServer(); - /*! Gets the last trace string pushed by the GUI onto the engine. - */ - string GetPythonTraceString(); - - /*! HACK!! For now ParaView's trace mechanism is implemented in such away that asking the trace - * outside the GUI provides an incomplete script. Hence the GUI regularly pushes to the engine - * the latest status of the trace which is then returned by GetPythonTraceString(). - */ - void PutPythonTraceStringToEngine(in string trace); - /*! Indicates if the GUI process is already connected to the pvserver. * This avoids multiple attempts to connect from a single thread (makes ParaView crash). */ void SetGUIConnected(in boolean isConnected);