Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TValue& GetAddress(TKey ItemKey)
- {
- ATLASSERT(Contains(ItemKey));
- if(strstr(typeid(m_items[ItemKey]).name(), "CComPtr"))
- {
- return m_items[ItemKey];
- }
- return *m_items[ItemKey];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement