by siavoshkc » 29 Mar 2010 19:10
Some classes should be static in the code while they are not. Like scheduler and security (Network?). Only one instance of this classes is needed. I made CScheduler static for experiment. We can convert classes to static gradually. Please tell me your idea about it.