25 #ifndef INCLUDED_ComPtr_h_GUID_2738ADED_FE2F_4FBE_92BF_0D54DE8FFF08 26 #define INCLUDED_ComPtr_h_GUID_2738ADED_FE2F_4FBE_92BF_0D54DE8FFF08 32 #include <boost/intrusive_ptr.hpp> 40 template <
typename T>
using Ptr = boost::intrusive_ptr<T>;
43 #endif // INCLUDED_ComPtr_h_GUID_2738ADED_FE2F_4FBE_92BF_0D54DE8FFF08 Header providing for usage of boost::intrusive_ptr with COM.
Definition: ComInit.cpp:34
boost::intrusive_ptr< T > Ptr
Template alias for our desired COM smart pointer.
Definition: ComPtr.h:40