From 1a60c83ddd15a7bf7e78990da5d062d21bfa9590 Mon Sep 17 00:00:00 2001 From: cas Date: Thu, 7 Mar 2002 18:11:26 +0000 Subject: [PATCH] problem when extracting inline methods on UNIX --- src/CPPExt/CPPExt_MPV.cxx | 4 ---- 1 file changed, 4 deletions(-) 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)); -- 2.39.5