X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSession%2FSALOME_Session_i.hxx;h=0d52f118eb04ff5a452fed0ce0943b08e6a6465b;hb=9483a95cb84e57058d023f45a235e77fc0422234;hp=9ae94852728cda78388525d33253e3decb4812a7;hpb=102608ce8b69dd1ea798169e30223b67742ec26d;p=modules%2Fkernel.git diff --git a/src/Session/SALOME_Session_i.hxx b/src/Session/SALOME_Session_i.hxx index 9ae948527..0d52f118e 100644 --- a/src/Session/SALOME_Session_i.hxx +++ b/src/Session/SALOME_Session_i.hxx @@ -32,6 +32,7 @@ #include #include +#include CORBA_SERVER_HEADER(SALOME_Component) #include CORBA_SERVER_HEADER(SALOME_Session) class SALOME_NamingService; class SALOME_Session_QThread; @@ -45,7 +46,9 @@ public: //! Launch Graphical User Interface void GetInterface(); - Engines::Component_ptr GetVisuGen(); + + //! Return VISU component + Engines::Component_ptr GetVisuComponent(); //! Stop the Session (must be idle): kill servant & server void StopSession();