| 42 | } |
| 43 | |
| 44 | bool HttpSession::getAttributes(std::map<string, session_string>& attrs) const |
| 45 | { |
| 46 | return const_cast<HttpSession*> (this)->session_.get_attrs(attrs); |
| 47 | } |
| 48 | |
| 49 | bool HttpSession::getAttributes(const std::vector<string>& names, |
| 50 | std::vector<session_string>& values) const |