move ParseArgv to separate file

This commit is contained in:
Andrzej Rybczak
2012-09-08 18:54:52 +02:00
parent 84326efc46
commit 189010fecc
6 changed files with 301 additions and 251 deletions

View File

@@ -317,8 +317,6 @@ template <typename Iterator> std::string getSharedDirectory(Iterator first, Iter
return result;
}
void ParseArgv(int, char **);
template <typename T> struct StringConverter {
const char *operator()(const char *s) { return s; }
};