Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support detection of legacy VS products #36

Merged
merged 1 commit into from
Mar 10, 2017
Merged

Support detection of legacy VS products #36

merged 1 commit into from
Mar 10, 2017

Conversation

heaths
Copy link
Member

@heaths heaths commented Mar 10, 2017

Resolves issues #24

@msftclas
Copy link

@heaths,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@AppVeyorBot
Copy link

using namespace std;

template <class T>
inline HRESULT NotImplemented(_In_ T* p)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe name this NotFound? My initial reaction when reading this was that it would return E_NOTIMPL

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my initial thought as well, but the method is to indicate its not really implemented while the convention is to return E_NOTFOUND if the property wasn't defined (at least for the original interfaces).

@heaths heaths merged commit 03c46f6 into develop Mar 10, 2017
@heaths heaths deleted the issue24 branch March 10, 2017 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants