]> OCCT Git - occt-wok.git/commitdiff
problem when extracting inline methods on UNIX
authorcas <cas@opencascade.com>
Thu, 7 Mar 2002 18:11:26 +0000 (18:11 +0000)
committercas <cas@opencascade.com>
Thu, 7 Mar 2002 18:11:26 +0000 (18:11 +0000)
src/CPPExt/CPPExt_MPV.cxx

index ad4937943968490a4f0ea492ca52b2e0733d96f4..1fe51f45fec3903f401362550f05b71f2e99edd2 100755 (executable)
@@ -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));