You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by M Sphinct <ma...@gmail.com> on 2007/06/22 20:58:05 UTC

Why is NDC::cloneStack() disabled?

Hi, 

I've been searching through the source code and the mailing lists, but I can't
find any reference as to why NDC::cloneStack() and NDC::inherit() are disabled.

The docs reference it, but the code has clearly been commented out.


eg., ndc.h
 //                static Stack * cloneStack();
 //                static void inherit(Stack * stack);

Then it's "if 0"'ed out in ndc.cpp.

Is that functionality going away, or being redesigned?

Thanks,

M