From: cas Date: Thu, 6 Jan 2000 17:56:55 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=aaed3c1773818d7a3569593872fbccae68037a39;p=occt-wok.git No comments --- diff --git a/src/WOKernel/WOKernel_FileTypeBase.cxx b/src/WOKernel/WOKernel_FileTypeBase.cxx index 2af4481..9d6d1e0 100755 --- a/src/WOKernel/WOKernel_FileTypeBase.cxx +++ b/src/WOKernel/WOKernel_FileTypeBase.cxx @@ -1034,7 +1034,8 @@ Handle(TColStd_HSequenceOfHAsciiString) WOKernel_FileTypeBase::GetDirectories(co Handle(TColStd_HSequenceOfHAsciiString) WOKernel_FileTypeBase::GetFiles(const Handle(WOKernel_Entity)& Theentity, const Handle(WOKernel_HSequenceOfDBMSID)& dbmss, const Handle(WOKernel_HSequenceOfStationID)& stations, - const Standard_Boolean hasentity) +// const Standard_Boolean hasentity) + const Standard_Boolean ) const { WOKTools_MapOfHAsciiString amap; diff --git a/src/WOKernel/WOKernel_FileTypeKeyWords.hxx b/src/WOKernel/WOKernel_FileTypeKeyWords.hxx index 6301d6b..8490e9c 100755 --- a/src/WOKernel/WOKernel_FileTypeKeyWords.hxx +++ b/src/WOKernel/WOKernel_FileTypeKeyWords.hxx @@ -11,7 +11,7 @@ #include //#define DECLARE_WOK_STATIC(aStr) Standard_IMPORT extern const char aStr []; -#define DECLARE_WOK_STATIC(aStr) Standard_IMPORT const char *aStr ; +#define DECLARE_WOK_STATIC(aStr) Standard_IMPORT const char *aStr; DECLARE_WOK_STATIC(WOKENTITY) DECLARE_WOK_STATIC(WOKENTITYFILELIST) @@ -60,7 +60,8 @@ DECLARE_WOK_STATIC(FILEVAR) -#define DECLARE_WOK_STATIC_STRING(aStr) extern Standard_EXPORT const Handle(TCollection_HAsciiString)& WOK_STATIC_##aStr(); +//#define DECLARE_WOK_STATIC_STRING(aStr) extern Standard_EXPORT const Handle(TCollection_HAsciiString)& WOK_STATIC_##aStr(); +#define DECLARE_WOK_STATIC_STRING(aStr) Standard_EXPORT const Handle(TCollection_HAsciiString)& WOK_STATIC_##aStr();