Index: src/ch/ch.h =================================================================== diff -u -N -r8dd3566d66a35a662872eaaa45eef5049e71c3dc -r633a533cb6e741d44fe28aa56339e1d2709b1b27 --- src/ch/ch.h (.../ch.h) (revision 8dd3566d66a35a662872eaaa45eef5049e71c3dc) +++ src/ch/ch.h (.../ch.h) (revision 633a533cb6e741d44fe28aa56339e1d2709b1b27) @@ -60,7 +60,7 @@ void RegisterShellExtension(); void UnregisterShellExtension(); - void OnConfigNotify(const std::set& setPropNames); + void OnConfigNotify(const chcore::TStringSet& setPropNames); void OnResManNotify(UINT uiType); const TCommandLineParser& GetCommandLine() const { return m_cmdLineParser; } @@ -72,7 +72,6 @@ void InitShellExtension(); protected: - HANDLE m_hMapObject; TShellExtensionClient m_tShellExtClient; TCommandLineParser m_cmdLineParser;