Salome HOME
bos #29482 Export of colors and names to STEP.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.h
index ff65c45bad4f3e8db00f77655f9c550733d40100..42739259ca96f863d932a4b27af4672d54956de9 100644 (file)
 #include <list>
 #include <memory>
 
-#ifdef TINSPECTOR
-#include <Standard_Handle.hxx>
-#include <TDocStd_Application.hxx>
-#endif
-
 class ModelAPI_Feature;
 class ModelAPI_Plugin;
 class ModelAPI_Document;
@@ -146,10 +141,6 @@ class MODELAPI_EXPORT ModelAPI_Session
   /// Set state of the auto-update of features result in the application
   virtual void blockAutoUpdate(const bool theBlock) = 0;
 
-#ifdef TINSPECTOR
-  virtual Handle(TDocStd_Application) application() = 0;
-#endif
-
  protected:
   /// Sets the session interface implementation (once per application launch)
   static void setSession(std::shared_ptr<ModelAPI_Session> theManager);