aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-01-19 13:40:35 +0100
committerGitHub Enterprise <[email protected]>2026-01-19 13:40:35 +0100
commitcce940527809c155886986c3752b7978dc4cf5ce (patch)
tree9a1df6e9b1b648ee4e90d4c333a811027a2b9b9e /src/zenhttp/include
parentOTLP/trace improvements (#717) (diff)
downloadzen-cce940527809c155886986c3752b7978dc4cf5ce.tar.xz
zen-cce940527809c155886986c3752b7978dc4cf5ce.zip
remove ZENCORE_API completely (#718)
initially we had ZENCORE_API macros to potentially allow for DLL linkage. It turns out that this is not useful and the macros just contribute noise, so this change removes them completely.
Diffstat (limited to 'src/zenhttp/include')
-rw-r--r--src/zenhttp/include/zenhttp/httpserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenhttp/include/zenhttp/httpserver.h b/src/zenhttp/include/zenhttp/httpserver.h
index 074e40734..3438a1471 100644
--- a/src/zenhttp/include/zenhttp/httpserver.h
+++ b/src/zenhttp/include/zenhttp/httpserver.h
@@ -84,8 +84,8 @@ public:
*/
virtual IoBuffer ReadPayload() = 0;
- ZENCORE_API CbObject ReadPayloadObject();
- ZENCORE_API CbPackage ReadPayloadPackage();
+ CbObject ReadPayloadObject();
+ CbPackage ReadPayloadPackage();
/** Respond with payload