mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-18 15:29:24 +00:00
Rename CGIEnv to cgi::Env
This commit is contained in:
parent
fa33944919
commit
81cf36de22
7 changed files with 76 additions and 70 deletions
|
@ -15,7 +15,7 @@ namespace tawashi {
|
|||
std::cout.flush();
|
||||
}
|
||||
|
||||
const CGIEnv& Response::cgi_env() const {
|
||||
const cgi::Env& Response::cgi_env() const {
|
||||
return m_cgi_env;
|
||||
}
|
||||
} //namespace tawashi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue