Index: src/libchcore/TConfig.h =================================================================== diff -u -N -r5324d0ca7af614cb066df1f121a7a338c4f7d7ed -r95a466ca0a4f95851dcacf2b80e2084e0168b7e4 --- src/libchcore/TConfig.h (.../TConfig.h) (revision 5324d0ca7af614cb066df1f121a7a338c4f7d7ed) +++ src/libchcore/TConfig.h (.../TConfig.h) (revision 95a466ca0a4f95851dcacf2b80e2084e0168b7e4) @@ -112,6 +112,10 @@ void DelayNotifications(); void ResumeNotifications(); +#ifdef _DEBUG + void Dump(); +#endif + protected: void SendNotification(const TStringSet& rsetInfo); void SendNotification(PCTSTR pszInfo);