Show
Ignore:
Timestamp:
08/26/10 20:21:08 (21 months ago)
Author:
Antti-Juhani Kaijanaho <antti-juhani@…>
Children:
6c86e7ccc32f1c99d204262844a52b1b06359145
Parents:
7ccc366e52cc1e51e123b39fccaf56267361ca58
git-committer:
Antti-Juhani Kaijanaho <antti-juhani@…> (08/26/10 20:21:08)
Message:

Add support for paginating thread and article lists.

Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • uri.hh

    r868b365 r43f5212  
    11/*  This file is part of Alue, the multiprotocol Internet discussion daemon 
    22 
    3     Copyright © 2009 Antti-Juhani Kaijanaho 
     3    Copyright © 2009, 2010 Antti-Juhani Kaijanaho 
    44 
    55    Alue is free software: you can redistribute it and/or modify it 
     
    5858        std::string get_query_param(std::string name) const; 
    5959        void replace_query_param(std::string name, std::string new_value); 
     60        void replace_query_param(std::string name, int new_value); 
    6061        void remove_query_param(std::string name); 
    6162