ADTF
Loading...
Searching...
No Matches
connect_binding_objects.h
Go to the documentation of this file.
1
7#pragma once
13
14namespace adtf
15{
16namespace streaming
17{
18namespace testing
19{
20namespace ant
21{
22
23 tResult connect_binding_objects(IBindingClient& pClient,
24 IBindingServer& pServer);
25
26 tResult connect_binding_objects(IBindingClient& pClient,
27 IBindingServer& pServer,
29
30 tResult connect_binding_objects(const adtf::ucom::iobject_ptr<IBindingProxy>& pForcedBindingProxy,
31 IBindingClient& pClient,
32 IBindingServer& pServer);
33
34} //namespace ant
35
36namespace flash
37{
38
39tResult connect_interface_binding(streaming::ant::IInterfaceBinding& oSource, const char* strServerObjectName,
40 streaming::ant::IInterfaceBinding& oClient, const char* strClientObjectName);
41
42}
43
44using ant::connect_binding_objects;
45using flash::connect_interface_binding;
46
47} //namespace testing
48} //namespace streaming
49} //namespace adtf
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition interface_binding_intf.h:27
Namespace for all testing functionality of the ADTF Streaming SDK provided since v3....
Definition check_inner_pipes.h:18
Namespace for all testing functionality of the ADTF Streaming SDK provided since v3....
Definition connect_binding_objects.h:37
Namespace for all testing functionality provided within the ADTF Streaming SDK.
Definition check_inner_pipes.h:16
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
ant::iobject_ptr< T > iobject_ptr
Alias always bringing the latest version of ant::iobject_ptr into scope.
Definition object_ptr_intf.h:437
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14