Browse Source

Compilation fix

master
Artyom Beilis 14 years ago
parent
commit
181377fbfd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      http_context.cpp

+ 4
- 0
http_context.cpp View File

@@ -217,6 +217,10 @@ void context::locale(std::string const &name)
{
locale(service().locale(name));
}
session_interface &context::session()
{
return *d->session;
}


} // http


Loading…
Cancel
Save