]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_IECallBack.hxx
Salome HOME
Merge remote branch 'origin/gdd/translations'
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IECallBack.hxx
index 890e879d2ff3a47d1e6bd9d1eabc7f103d5495be..3d8e39983964297bc612c98e855ebe7e5f44c17d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -53,12 +53,12 @@ class GEOMImpl_IECallBack
                                      const TCollection_AsciiString& theFormatName,
                                      const TCollection_AsciiString& theParameterName );
 
-  static void Register( const TCollection_AsciiString& theFormatName, GEOMImpl_IECallBack* theCallBack );
+  Standard_EXPORT static void Register( const TCollection_AsciiString& theFormatName, GEOMImpl_IECallBack* theCallBack );
 
   static GEOMImpl_IECallBack* GetCallBack( const TCollection_AsciiString& theFormatName );
 
 protected:
-  GEOMImpl_Gen* GetEngine();
+  Standard_EXPORT GEOMImpl_Gen* GetEngine();
 
 private:
   static std::map<TCollection_AsciiString, GEOMImpl_IECallBack*> myCallBacks;