Mark Disconnect() method of INetConnectionConnectUi as pure in netcon.h
svn path=/trunk/; revision=57240
STDMETHOD_(ULONG,Release) (THIS) PURE;
STDMETHOD_(HRESULT,SetConnection)(THIS_ INetConnection* pCon) PURE;
STDMETHOD_(HRESULT,Connect) (THIS_ HWND hwndParent, DWORD dwFlags) PURE;
- STDMETHOD_(HRESULT,Disconnect) (THIS_ HWND hwndParent, DWORD dwFlags);
+ STDMETHOD_(HRESULT,Disconnect) (THIS_ HWND hwndParent, DWORD dwFlags) PURE;
};
#if !defined(__cplusplus) || defined(CINTERFACE)