Hello Alain!

1. Make the following definitions:

void setDebugOn() {
   setDebug (true) ;
}

void setDebugOff() {
   setDebug (false) ;
}

2. Inline setDebugOn() and setDebugOff().

Best regards,
Anton Katilin
-------------------------------------
IntelliJ Software, "Develop with pleasure!"
http://www.intellij.com

----- Original Message -----
From: "Alain Ravet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 4:20 PM
Subject: [Eap-features] how to : replace all calls to setDebugOn()/Off() by:
setDebug(true)/(false)


> Is there a way to replace method calls like in :
>    setDebugOn()
>    ..
>    setDebugOff()
>
>
> by
>    setDebug (true) ;
>    ...
>    setDebug (false) ;
>
>
> Alain Ravet
>
>
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-features


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to