| 24 | } |
| 25 | |
| 26 | const char* HttpSession::getAttribute(const char* name) const |
| 27 | { |
| 28 | return const_cast<HttpSession*> (this)->session_.get(name); |
| 29 | } |
| 30 | |
| 31 | const void* HttpSession::getAttribute(const char* name, size_t* size) const |
| 32 | { |
no test coverage detected