ADTF
Loading...
Searching...
No Matches
rpc_object_server.h
Go to the documentation of this file.
1
7#pragma once
9
10#include <adtf_utils.h>
12
13namespace adtf
14{
15namespace remote
16{
17namespace ant
18{
19
20tResult rpc_register_object_server(const char* strName, ucom::ant::iobject_ptr<IRPCObjectServer>& pObjectServer);
21tResult rpc_unregister_object_server(const char* strName);
22
23}
24
25namespace catwo
26{
27
28tResult rpc_register_object_server(const char* strName, const adtf::ucom::ant::iobject_enum<adtf::remote::ant::IRPCObjectServer>& oInterfaceObjects);
29
30}
31
32using ant::rpc_register_object_server;
33using catwo::rpc_register_object_server;
34using ant::rpc_unregister_object_server;
35}
36}
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Namespace for all functionality of the ADTF Remote SDK provided since v3.0.
Definition adtf_remote_clock_intf.h:16
Namespace for all functionality of the ADTF Remote SDK provided since v3.2.
Definition adtf_remote_session_intf.h:103
Namespace for the ADTF Remote SDK.
Definition adtf_client_connector.h:16
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14