1.1 --- a/pEpCOMServerAdapter_i.h Sun May 24 11:04:36 2015 +0200
1.2 +++ b/pEpCOMServerAdapter_i.h Fri May 29 13:08:51 2015 +0200
1.3 @@ -4,7 +4,7 @@
1.4
1.5
1.6 /* File created by MIDL compiler version 8.00.0603 */
1.7 -/* at Fri May 22 14:25:56 2015
1.8 +/* at Fri May 29 13:07:51 2015
1.9 */
1.10 /* Compiler settings for pEpCOMServerAdapter.idl:
1.11 Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0603
1.12 @@ -768,6 +768,10 @@
1.13 virtual HRESULT STDMETHODCALLTYPE send_key(
1.14 /* [in] */ BSTR pattern) = 0;
1.15
1.16 + virtual HRESULT STDMETHODCALLTYPE start_keyserver_lookup( void) = 0;
1.17 +
1.18 + virtual HRESULT STDMETHODCALLTYPE stop_keyserver_lookup( void) = 0;
1.19 +
1.20 virtual HRESULT STDMETHODCALLTYPE examine_identity(
1.21 /* [in] */ struct pEp_identity_s *ident) = 0;
1.22
1.23 @@ -924,6 +928,12 @@
1.24 IpEpEngine * This,
1.25 /* [in] */ BSTR pattern);
1.26
1.27 + HRESULT ( STDMETHODCALLTYPE *start_keyserver_lookup )(
1.28 + IpEpEngine * This);
1.29 +
1.30 + HRESULT ( STDMETHODCALLTYPE *stop_keyserver_lookup )(
1.31 + IpEpEngine * This);
1.32 +
1.33 HRESULT ( STDMETHODCALLTYPE *examine_identity )(
1.34 IpEpEngine * This,
1.35 /* [in] */ struct pEp_identity_s *ident);
1.36 @@ -1046,6 +1056,12 @@
1.37 #define IpEpEngine_send_key(This,pattern) \
1.38 ( (This)->lpVtbl -> send_key(This,pattern) )
1.39
1.40 +#define IpEpEngine_start_keyserver_lookup(This) \
1.41 + ( (This)->lpVtbl -> start_keyserver_lookup(This) )
1.42 +
1.43 +#define IpEpEngine_stop_keyserver_lookup(This) \
1.44 + ( (This)->lpVtbl -> stop_keyserver_lookup(This) )
1.45 +
1.46 #define IpEpEngine_examine_identity(This,ident) \
1.47 ( (This)->lpVtbl -> examine_identity(This,ident) )
1.48