From: cas Date: Thu, 7 Mar 2002 18:11:26 +0000 (+0000) Subject: problem when extracting inline methods on UNIX X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=1a60c83ddd15a7bf7e78990da5d062d21bfa9590;p=occt-wok.git problem when extracting inline methods on UNIX --- diff --git a/src/CPPExt/CPPExt_MPV.cxx b/src/CPPExt/CPPExt_MPV.cxx index ad49379..1fe51f4 100755 --- a/src/CPPExt/CPPExt_MPV.cxx +++ b/src/CPPExt/CPPExt_MPV.cxx @@ -252,14 +252,10 @@ void CPP_MPVClass(const Handle(MS_MetaSchema)& aMeta, CPP_BuildMethod(aMeta,api,methods->Value(i),methods->Value(i)->Name()); -#ifdef WNT if ( !methods -> Value ( i ) -> IsInline () ) -#endif // WNT api->Apply(VMethod,"MethodTemplateDec"); -#ifdef WNT else api->Apply(VMethod,"MethodTemplateDecInlineWNT" ); -#endif // WNT if (methods->Value(i)->Private()) { privates->AssignCat(api->GetVariableValue(VMethod));