- Made arg vector const.
- Applied coding conventions.
This commit is contained in:
Paul Beckingham 2014-08-30 23:27:49 -04:00
parent ff8bc79b8f
commit 820c327a81
2 changed files with 19 additions and 21 deletions

View file

@ -52,7 +52,7 @@ void uuid_unparse_lower (uuid_t uu, char *out);
#endif
const std::string uuid ();
int execute (const std::string&, std::vector<std::string>);
int execute (const std::string&, const std::vector <std::string>&);
#ifdef SOLARIS
#define LOCK_SH 1