1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

bugfix for protected member var

This commit is contained in:
Steffen Vogel 2020-10-20 22:26:31 +02:00
parent fb4f8c7ccb
commit d4e76a67f7

View file

@ -48,7 +48,9 @@ class StatusRequest;
class Session {
public:
friend Request; /**< Requires access to wsi */
friend Request; /**< Requires access to wsi for getting URL args and headers */
friend StatusRequest; /**< Requires access to wsi for context status */
enum State {
ESTABLISHED,