mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Comment.
This commit is contained in:
parent
e69abb36fc
commit
50faba808b
@ -18,6 +18,7 @@ class Cookie;
|
||||
class HTTPSession;
|
||||
class WebPermission;
|
||||
|
||||
//Rename to WebServerRequest
|
||||
class Request {
|
||||
public:
|
||||
WebServer *server;
|
||||
@ -37,7 +38,7 @@ public:
|
||||
|
||||
Ref<HTTPSession> session;
|
||||
std::map<String, Object *> data;
|
||||
std::map<String, Ref<Reference> > reference_data;
|
||||
std::map<String, Ref<Reference>> reference_data;
|
||||
|
||||
Ref<HTTPSession> get_or_create_session();
|
||||
|
||||
@ -172,4 +173,4 @@ RequestPool<T>::~RequestPool() {
|
||||
_requests.clear();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user