oatpp-authkit/include
Uwe Schuster 87bf3b6e56 Hub.hpp: friend Listener so it can call sharedMapper()
sharedMapper was made private in #6 but Listener::handleMessage (defined
later in the same header) still calls Hub::sharedMapper(). Any consumer
that actually instantiates the WebSocket Listener hit a private-access
compile error. Add `friend class Listener;` so Listener can reach the
shared ObjectMapper without exposing it publicly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 16:04:45 +02:00
..
oatpp-authkit Hub.hpp: friend Listener so it can call sharedMapper() 2026-04-29 16:04:45 +02:00