Salome HOME
Merge from rnv/geom_plugin_imp branch
[plugins/xtplugin.git] / src / XTPlugin_IOperations.hxx
index cdd8f37566c9938c0ce8c198896d81ae3edeb7cd..cb7bdfded145b0ff8b4e33ca6fef0367dca9819e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2015  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #ifndef _XTPlugin_IOperations_HXX_
 #define _XTPlugin_IOperations_HXX_
 
+// internal includes
+#include "XTPlugin_Engine.hxx"
+
 // GEOM includes
 #include <GEOMImpl_IBaseIEOperations.hxx>
 
-class XTPlugin_IOperations: public GEOMImpl_IBaseIEOperations
+class XTPLUGINENGINE_EXPORT XTPlugin_IOperations: public GEOMImpl_IBaseIEOperations
 {
 public:
-  Standard_EXPORT XTPlugin_IOperations( GEOM_Engine*, int );
-  Standard_EXPORT ~XTPlugin_IOperations();
+  XTPlugin_IOperations( GEOM_Engine*, int );
+  ~XTPlugin_IOperations();
 
-  Standard_EXPORT Handle(TColStd_HSequenceOfTransient) ImportXT( const TCollection_AsciiString& );
+  Handle(TColStd_HSequenceOfTransient) ImportXT( const TCollection_AsciiString& );
 };
 
 #endif