14 lines
309 B
C
14 lines
309 B
C
|
|
||
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
// CProxyINmAgendaItemNotify
|
||
|
template <class T>
|
||
|
class CProxyINmAgendaItemNotify : public IConnectionPointImpl<T, &DIID_INmAgendaItemNotify, CComDynamicUnkArray>
|
||
|
{
|
||
|
public:
|
||
|
//methods:
|
||
|
//INmAgendaItemNotify : IDispatch
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|