Changeset 43f521291669f483d361949fa6c886c0fbd94daf for uri.hh
- Timestamp:
- 08/26/10 20:21:08 (21 months ago)
- Children:
- 6c86e7ccc32f1c99d204262844a52b1b06359145
- Parents:
- 7ccc366e52cc1e51e123b39fccaf56267361ca58
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/26/10 20:21:08)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
uri.hh
r868b365 r43f5212 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 … … 58 58 std::string get_query_param(std::string name) const; 59 59 void replace_query_param(std::string name, std::string new_value); 60 void replace_query_param(std::string name, int new_value); 60 61 void remove_query_param(std::string name); 61 62
