20 #ifndef _GEOMImpl_IECallBack_HXX_
21 #define _GEOMImpl_IECallBack_HXX_
27 #include <TCollection_AsciiString.hxx>
40 Standard_EXPORT
virtual bool Export(
int theDocId,
45 Standard_EXPORT
virtual
46 Handle(TColStd_HSequenceOfTransient) Import(
int theDocId,
47 const TCollection_AsciiString& theFormatName,
48 const TCollection_AsciiString& theFileName );
50 Standard_EXPORT
virtual
51 TCollection_AsciiString
ReadValue(
int theDocId,
54 const TCollection_AsciiString& theParameterName );
64 static std::map<TCollection_AsciiString, GEOMImpl_IECallBack*>
myCallBacks;