canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
(→Proposed Obsolete API: NS_GET_IID()) |
|||
Line 16: | Line 16: | ||
= Proposed Obsolete API = | = Proposed Obsolete API = | ||
* NS_GET_IID() and T::GetIID, except when NS_GET_IID is used on a template parameter. | |||
** Instead, use function templates (like CallQueryInterface) or nsCOMPtr_helpers (like do_QueryInterface) to tie the XPCOM and C++ type systems together rather than casting between the two type systems. |