2011/10/12 Sokolov, Konstantin (ext) <konstantin.sokolov....@siemens.com>:
> The use of RTTI in Trentino is limited to only two places where a 
> dynamic_cast is used. This is done mostly for esthetic reasons (prefer C++ 
> style casts over C Style casts) and could be easily avoided. The entire 
> logging/log4cxx stuff can be controlled/turned off by preprocessor means. The 
> exceptions issue is somewhat more complicated because exceptions are widely 
> used across the source code, so getting rid of them means a lot of redesign. 
> But nothing is impossible ;-)

Sounds good and mature. Skimming the code is readable and well written.
Do you use PocoCapsule?

Reply via email to