Changeset 751fac6b567d675afee10e627efb5cf786ce5c83 for http/compose.hh
- Timestamp:
- 08/24/10 21:31:46 (21 months ago)
- Children:
- 7eb42bed950e3f81ef9f0d39432e07c55f12cc22
- Parents:
- ec0da3f87768820f9ca9e8065c7998e9d825bd4c
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/24/10 21:31:46)
- Files:
-
- 1 modified
-
http/compose.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
http/compose.hh
r868b365 r751fac6 1 1 /* This file is part of Alue, the multiprotocol Internet discussion daemon 2 2 3 Copyright © 2009 Antti-Juhani Kaijanaho3 Copyright © 2009, 2010 Antti-Juhani Kaijanaho 4 4 5 5 Alue is free software: you can redistribute it and/or modify it … … 35 35 void reload_action(boost::shared_ptr<request> req, 36 36 tlate::data_model::ptr, 37 std::multimap<std::string,std::string> &fb,38 37 std::string error_message = ""); 39 38 40 39 void post_action(boost::shared_ptr<request> req, 41 tlate::data_model::ptr, 42 std::multimap<std::string,std::string> &fb); 40 tlate::data_model::ptr); 43 41 44 42 void respond_compose(boost::shared_ptr<request>,
