Salome HOME
CMake improvement: usage of SALOME_GUI_MODE() macro
[modules/paravis.git] / idl / PVSERVER_Gen.idl
index 54911b78b12fe4e4604c7bb8e9191eb9563300d3..fffe78bc6319f191f58c0a8e1e96a24c4f6113f4 100644 (file)
@@ -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);