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:
parent
fb4f8c7ccb
commit
d4e76a67f7
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue