.NET
ud897.txt
Associated article: Undocumented Corner
Tags: .NET
Published source accompanying the column by George Shepherd and Scot Wingo in which they continue their examination of Microsoft's Active Template Library, this month looking at the heart of ATL, including its support for multithreading and its various implementations of IUnknown.
_Undocumented Corner_
by George Shepherd and Scot Wingo
Listing One
class ATL_NO_VTABLE CDefault :
public CComObjectRootEx<CComSingleThreadModel>,
public CComCoClass<CDefault, &CLSID_Default>,
public IDispatchImpl<IDefault, &IID_IDefault, &LIBID_ATLTESTLib>
{
public:
...


