aboutsummaryrefslogtreecommitdiff
path: root/src/transports/transport-sdk/include
diff options
context:
space:
mode:
authorTomasz ObrÄ™bski <[email protected]>2025-12-19 18:55:00 +0100
committerGitHub Enterprise <[email protected]>2025-12-19 18:55:00 +0100
commitb01ad05dcf31c131f25438ca7df3708f0ddd47b4 (patch)
tree52b65394418c475fd13312fc46aad3cab0413076 /src/transports/transport-sdk/include
parentMerge pull request #696 from ue-foundation/zs/limit-overwrite-default (diff)
downloadzen-b01ad05dcf31c131f25438ca7df3708f0ddd47b4.tar.xz
zen-b01ad05dcf31c131f25438ca7df3708f0ddd47b4.zip
Add base port getter and set the dll directory for plugin dependencies (#692)
* Add base port getter and set the dll directory for plugin dependencies * Use UTF8 for dll paths * Rename BasePort to m_BasePort for consistency
Diffstat (limited to 'src/transports/transport-sdk/include')
-rw-r--r--src/transports/transport-sdk/include/transportplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transports/transport-sdk/include/transportplugin.h b/src/transports/transport-sdk/include/transportplugin.h
index a78a758bc..9bb2d6219 100644
--- a/src/transports/transport-sdk/include/transportplugin.h
+++ b/src/transports/transport-sdk/include/transportplugin.h
@@ -62,6 +62,7 @@ class TransportServer
{
public:
virtual TransportServerConnection* CreateConnectionHandler(TransportConnection* Connection) = 0;
+ virtual int GetBasePort() const = 0;
};
/** Logger interface