for compatilibility with old names only
| 1255 | #ifndef _ATL_NO_OLD_NAMES |
| 1256 | // for compatilibility with old names only |
| 1257 | BOOL AddUpdateUI(CIdleHandler* pIdleHandler) |
| 1258 | { |
| 1259 | ATLTRACE2(atlTraceUI, 0, _T("CUpdateUIObject and AddUpdateUI are deprecated. Please change your code to use CIdleHandler and OnIdle\n")); |
| 1260 | return AddIdleHandler(pIdleHandler); |
| 1261 | } |
| 1262 | |
| 1263 | BOOL RemoveUpdateUI(CIdleHandler* pIdleHandler) |
| 1264 | { |
nothing calls this directly
no outgoing calls
no test coverage detected