X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXTPlugin_IOperations.hxx;h=cb7bdfded145b0ff8b4e33ca6fef0367dca9819e;hb=9b779a8643ab594621702f73cebd217fb2363119;hp=cdd8f37566c9938c0ce8c198896d81ae3edeb7cd;hpb=a4339dc4bc7eeed81b98f7b61e33f08e4e53a364;p=plugins%2Fxtplugin.git diff --git a/src/XTPlugin_IOperations.hxx b/src/XTPlugin_IOperations.hxx index cdd8f37..cb7bdfd 100644 --- a/src/XTPlugin_IOperations.hxx +++ b/src/XTPlugin_IOperations.hxx @@ -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 @@ -21,16 +21,19 @@ #ifndef _XTPlugin_IOperations_HXX_ #define _XTPlugin_IOperations_HXX_ +// internal includes +#include "XTPlugin_Engine.hxx" + // GEOM includes #include -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