File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040#include " ticcutils/Timer.h"
4141#include " ticcutils/Unicode.h"
4242
43- std::string prefix ( const std::string& path ,
44- const std::string& fn );
43+ std::string prefix ( const std::string&,
44+ const std::string& );
4545
46- std::set<std::string> getFileNames ( const std::string& dirName ,
47- const std::string& ext );
46+ std::set<std::string> getFileNames ( const std::string&,
47+ const std::string& );
4848
49- std::string check_server ( const std::string& host ,
50- const std::string& port ,
51- const std::string& name = " " );
49+ std::string check_server ( const std::string&,
50+ const std::string&,
51+ const std::string& = " " );
5252
5353// / \brief a collection of Ticc:Timers that registrate timings per module
5454class TimerBlock {
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ class UctoTokenizer {
6666 std::vector<icu::UnicodeString> tokenize ( const icu::UnicodeString& );
6767 std::vector<Tokenizer::Token> tokenize_data ( const std::string&,
6868 const std::string& = " " );
69- std::vector<Tokenizer::Token> tokenize_line ( const icu::UnicodeString&, const std::string& = " " );
69+ std::vector<Tokenizer::Token> tokenize_line ( const icu::UnicodeString&,
70+ const std::string& = " " );
7071 std::vector<Tokenizer::Token> tokenize_next ();
7172 std::vector<Tokenizer::Token> tokenize_stream ( std::istream& );
7273 std::vector<Tokenizer::Token> tokenize_stream_next ();
You can’t perform that action at this time.
0 commit comments