[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] BayTcp files created?




> The universal debug_ class variable may be of use here, not least
> because it can be enabled on a per-object basis.
>
> 	if (debug_) {
>
> 	}

Except that the initialization is happening before there is an object 
from which to get debug_.  This is an issue of a static variable (a 
class variable) being initialized.

debug_ is an instance variable, unfortunately.

Brian Lee Bowers	|	RADIANT Team
[email protected]	|	Los Alamos National Laboratory