History log of /reactos/dll/shellext/netshell/connectmanager.h (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b2d56cf3 02-Mar-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NETSHELL] Use STDMETHOD macro and keyword override (#6568)

For simplicity and short typing.
JIRA issue: CORE-19469
- Replace "virtual HRESULT STDMETHODCALLTYPE m"
with "STDMETHOD(m)" (m is a m

[NETSHELL] Use STDMETHOD macro and keyword override (#6568)

For simplicity and short typing.
JIRA issue: CORE-19469
- Replace "virtual HRESULT STDMETHODCALLTYPE m"
with "STDMETHOD(m)" (m is a method name).
- Replace "virtual t STDMETHODCALLTYPE m" with
"STDMETHOD_(t, m)" (t is a type. m is a method
name).
- Use override keyword as possible.

show more ...


Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev
# c73d8c64 12-Nov-2018 Giannis Adamopoulos <gadamopoulos@reactos.org>

[NETSHELL] Use ATL